Skip to content

Commit 55cbdaa

Browse files
committed
nomination: fix blocked chat in one map mode
1 parent e531793 commit 55cbdaa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cstrike/addons/amxmodx/scripting/map_manager_nomination.sma

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#endif
1010

1111
#define PLUGIN "Map Manager: Nomination"
12-
#define VERSION "0.3.4"
12+
#define VERSION "0.3.5"
1313
#define AUTHOR "Mistrick"
1414

1515
#pragma semicolon 1
@@ -227,7 +227,7 @@ public client_disconnected(id)
227227
public clcmd_say(id)
228228
{
229229
if(is_one_map_mode()) {
230-
return PLUGIN_HANDLED;
230+
return PLUGIN_CONTINUE;
231231
}
232232

233233
new text[MAPNAME_LENGTH]; read_args(text, charsmax(text));

0 commit comments

Comments
 (0)