From 216c729c8762f4d0388d8750905a91fe1de64ccf Mon Sep 17 00:00:00 2001 From: aura Date: Sat, 25 Apr 2026 22:46:52 +0200 Subject: wip on removing gokz gamemode features --- source/sourcemod/scripting/gokz-core.sp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/sourcemod/scripting/gokz-core.sp') diff --git a/source/sourcemod/scripting/gokz-core.sp b/source/sourcemod/scripting/gokz-core.sp index 897403f..429bab5 100644 --- a/source/sourcemod/scripting/gokz-core.sp +++ b/source/sourcemod/scripting/gokz-core.sp @@ -216,7 +216,7 @@ public void OnPlayerSpawn(Event event, const char[] name, bool dontBroadcast) // OnPlayerSpawn_Pause(client); OnPlayerSpawn_ValidJump(client); OnPlayerSpawn_FirstSpawn(client); - OnPlayerSpawn_GodMode(client); + // OnPlayerSpawn_GodMode(client); OnPlayerSpawn_PlayerCollision(client); } } @@ -439,7 +439,7 @@ public void OnRoundStart(Event event, const char[] name, bool dontBroadcast) // public Action CS_OnTerminateRound(float &delay, CSRoundEndReason &reason) { - return Plugin_Handled; + return Plugin_Continue; } public void GOKZ_OnModeUnloaded(int mode) @@ -540,4 +540,4 @@ static bool IsRealObjective(char[] objective) { return StrEqual(objective, "PRISON ESCAPE") || StrEqual(objective, "DEATHMATCH") || StrEqual(objective, "BOMB TARGET") || StrEqual(objective, "HOSTAGE RESCUE"); -} \ No newline at end of file +} -- cgit v1.2.3