summaryrefslogtreecommitdiff
path: root/source/sourcemod/scripting/gokz-core.sp
diff options
context:
space:
mode:
Diffstat (limited to 'source/sourcemod/scripting/gokz-core.sp')
-rw-r--r--source/sourcemod/scripting/gokz-core.sp6
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
+}