We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e531793 commit 55cbdaaCopy full SHA for 55cbdaa
1 file changed
cstrike/addons/amxmodx/scripting/map_manager_nomination.sma
@@ -9,7 +9,7 @@
9
#endif
10
11
#define PLUGIN "Map Manager: Nomination"
12
-#define VERSION "0.3.4"
+#define VERSION "0.3.5"
13
#define AUTHOR "Mistrick"
14
15
#pragma semicolon 1
@@ -227,7 +227,7 @@ public client_disconnected(id)
227
public clcmd_say(id)
228
{
229
if(is_one_map_mode()) {
230
- return PLUGIN_HANDLED;
+ return PLUGIN_CONTINUE;
231
}
232
233
new text[MAPNAME_LENGTH]; read_args(text, charsmax(text));
0 commit comments