Skip to content

Commit

Permalink
Add new zone types to hookzone menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Awesomerly committed Oct 30, 2024
1 parent d4d5004 commit 7c80025
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addons/sourcemod/scripting/shavit-zones.sp
Original file line number Diff line number Diff line change
Expand Up @@ -2799,6 +2799,9 @@ public int MenuHandler_HookZone_Editor(Menu menu, MenuAction action, int param1,
| (1 << Zone_Stage)
| (1 << Zone_NoTimerGravity)
| (1 << Zone_Gravity)
| (1 << Zone_Speedmod)
| (1 << Zone_NoJump)
| (1 << Zone_Autobhop)
// ZoneForm_trigger_teleport
, (1 << Zone_End)
| (1 << Zone_Respawn)
Expand Down

0 comments on commit 7c80025

Please sign in to comment.