diff --git a/RaceTimer/scripting/unloze_racetimer_redux.sp b/RaceTimer/scripting/unloze_racetimer_redux.sp index d452a98f..9f03b47d 100755 --- a/RaceTimer/scripting/unloze_racetimer_redux.sp +++ b/RaceTimer/scripting/unloze_racetimer_redux.sp @@ -483,6 +483,7 @@ public void OnPlayerRunCmdPost(int client, int buttons, int impulse, const float if (g_bEventBool) { g_bHumansAllowedTime[client] = false; + PrintToChat(client, "Disabling timer due to map being marked as event map."); return; } if (!IsPlayerAlive(client))