Skip to content

Commit d6f0e46

Browse files
authored
Adjust size of array
Adjust size of array
1 parent 0279294 commit d6f0e46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

addons/sourcemod/scripting/shavit-zones-json.sp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ static char gS_ZoneTypes[ZONETYPES_SIZE][18] = {
5353
"gravity",
5454
"speedmod",
5555
"nojump",
56-
"autobhop"
56+
"autobhop",
57+
"pause"
5758
};
5859

5960
static char gS_ZoneForms[5][26] = {

0 commit comments

Comments
 (0)