From e2340363e357fd7cf82e71b2ab2a418069402664 Mon Sep 17 00:00:00 2001 From: Drifter Date: Mon, 28 May 2012 11:42:58 -0400 Subject: [PATCH] Typo fix in cstrike.inc (r=psychonic). --- plugins/include/cstrike.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/cstrike.inc b/plugins/include/cstrike.inc index b888de14..70121823 100644 --- a/plugins/include/cstrike.inc +++ b/plugins/include/cstrike.inc @@ -62,7 +62,7 @@ enum CSRoundEndReason CSRoundEnd_HostagesNotRescued, // Hostages have not been rescued! CSRoundEnd_TerroristsNotEscaped, // Terrorists have not escaped! CSRoundEnd_VIPNotEscaped, // VIP has not escaped! - CSRoundEnd_GameStart // Game Commencing! + CSRoundEnd_GameStart, // Game Commencing! // The below only exist on CS:GO CSRoundEnd_TerroristsSurrender, // Terrorists Surrender