summaryrefslogtreecommitdiff
path: root/sourcemod/scripting
diff options
context:
space:
mode:
Diffstat (limited to 'sourcemod/scripting')
-rw-r--r--sourcemod/scripting/gem_halftime_teamswap.sp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sourcemod/scripting/gem_halftime_teamswap.sp b/sourcemod/scripting/gem_halftime_teamswap.sp
index 9fdc3b3..9333d58 100644
--- a/sourcemod/scripting/gem_halftime_teamswap.sp
+++ b/sourcemod/scripting/gem_halftime_teamswap.sp
@@ -99,7 +99,7 @@ public Event_RoundStart (Handle:event, const String:name[], bool:dontBroadcast)
g_CtScore = GetTeamScore(CS_TEAM_CT);
g_TScore = GetTeamScore(CS_TEAM_T);
- g_roundCount = g_CtScore + g_TScore;
+ g_roundCount = g_CtScore + g_TScore + 1;
if (g_halftime_do_resetMoney) {
for (new client=1; client<=GetMaxClients(); client++)