diff options
| author | aura <nw@moneybot.cc> | 2026-04-25 22:46:52 +0200 |
|---|---|---|
| committer | aura <nw@moneybot.cc> | 2026-04-25 22:46:52 +0200 |
| commit | 216c729c8762f4d0388d8750905a91fe1de64ccf (patch) | |
| tree | 72f0f2f201f7156f220a46a1837c2768abdbb278 /source/sourcemod/scripting/gokz-hud.sp | |
| parent | 6018b8161bdc2bc7eee15500fbd9658d8ad0fc3f (diff) | |
wip on removing gokz gamemode features
Diffstat (limited to 'source/sourcemod/scripting/gokz-hud.sp')
| -rw-r--r-- | source/sourcemod/scripting/gokz-hud.sp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/sourcemod/scripting/gokz-hud.sp b/source/sourcemod/scripting/gokz-hud.sp index e9db12a..3a5b7e9 100644 --- a/source/sourcemod/scripting/gokz-hud.sp +++ b/source/sourcemod/scripting/gokz-hud.sp @@ -196,7 +196,6 @@ public void OnPlayerSpawn(Event event, const char[] name, bool dontBroadcast) // public Action OnPlayerDeath(Event event, const char[] name, bool dontBroadcast) // player_death pre hook { - event.BroadcastDisabled = true; // Block death notices return Plugin_Continue; } @@ -331,4 +330,4 @@ static void SetHUDInfo(KZPlayer player, HUDInfo info, int cmdnum) info.IsTakeoff = Movement_GetTakeoffCmdNum(player.ID) == cmdnum; info.Buttons = player.Buttons; info.CurrentTeleport = player.TeleportCount; -}
\ No newline at end of file +} |
