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-core.sp | |
| parent | 6018b8161bdc2bc7eee15500fbd9658d8ad0fc3f (diff) | |
wip on removing gokz gamemode features
Diffstat (limited to 'source/sourcemod/scripting/gokz-core.sp')
| -rw-r--r-- | source/sourcemod/scripting/gokz-core.sp | 6 |
1 files changed, 3 insertions, 3 deletions
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 +} |
