Skip to content

Commit bcf623e

Browse files
authored
Fix for double comma
Fix for double comma
1 parent e28e333 commit bcf623e

File tree

1 file changed

+1
-1
lines changed
  • addons/sourcemod/scripting/include/shavit

1 file changed

+1
-1
lines changed

addons/sourcemod/scripting/include/shavit/zones.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ stock void GetZoneName(int client, int zoneType, char[] output, int size)
140140
"Zone_Gravity",
141141
"Zone_Speedmod",
142142
"Zone_NoJump",
143-
"Zone_Autobhop",,
143+
"Zone_Autobhop",
144144
"Zone_Pause",
145145
};
146146

0 commit comments

Comments
 (0)