diff options
| author | aura <nw@moneybot.cc> | 2026-04-26 21:30:30 +0200 |
|---|---|---|
| committer | aura <nw@moneybot.cc> | 2026-04-26 21:30:30 +0200 |
| commit | 0f45999d7208f9288e6b38b6286a3f2a37e7c3dc (patch) | |
| tree | 187558fda3de8ef05910c2fc8e2219247ad87acc /source/sourcemod/scripting/gokz-chat.sp | |
| parent | 216c729c8762f4d0388d8750905a91fe1de64ccf (diff) | |
Diffstat (limited to 'source/sourcemod/scripting/gokz-chat.sp')
| -rw-r--r-- | source/sourcemod/scripting/gokz-chat.sp | 2 |
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; } |
