summaryrefslogtreecommitdiff
path: root/source/sourcemod/scripting/gokz-chat.sp
diff options
context:
space:
mode:
Diffstat (limited to 'source/sourcemod/scripting/gokz-chat.sp')
-rw-r--r--source/sourcemod/scripting/gokz-chat.sp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/sourcemod/scripting/gokz-chat.sp b/source/sourcemod/scripting/gokz-chat.sp
index 38820f8..1558e2c 100644
--- a/source/sourcemod/scripting/gokz-chat.sp
+++ b/source/sourcemod/scripting/gokz-chat.sp
@@ -118,7 +118,7 @@ public Action OnPlayerDisconnect(Event event, const char[] name, bool dontBroadc
public Action OnPlayerJoinTeam(Event event, const char[] name, bool dontBroadcast) // player_team pre hook
{
- event.SetBool("silent", true); // Block join team messages
+ // event.SetBool("silent", true); // Block join team messages
return Plugin_Continue;
}