Skip to content

Commit

Permalink
nomination: fix blocked chat in one map mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Mistrick committed Jul 15, 2023
1 parent e531793 commit 55cbdaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cstrike/addons/amxmodx/scripting/map_manager_nomination.sma
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#endif

#define PLUGIN "Map Manager: Nomination"
#define VERSION "0.3.4"
#define VERSION "0.3.5"
#define AUTHOR "Mistrick"

#pragma semicolon 1
Expand Down Expand Up @@ -227,7 +227,7 @@ public client_disconnected(id)
public clcmd_say(id)
{
if(is_one_map_mode()) {
return PLUGIN_HANDLED;
return PLUGIN_CONTINUE;
}

new text[MAPNAME_LENGTH]; read_args(text, charsmax(text));
Expand Down

0 comments on commit 55cbdaa

Please sign in to comment.