diff --git a/extensions/cstrike/timeleft.cpp b/extensions/cstrike/timeleft.cpp index 2637c05c..87c59d49 100644 --- a/extensions/cstrike/timeleft.cpp +++ b/extensions/cstrike/timeleft.cpp @@ -65,7 +65,7 @@ void TimeLeftEvents::FireGameEvent(IGameEvent *event) } else if (strcmp(name, "round_end") == 0) { - if (event->GetInt("reason") == 16) + if (event->GetInt("reason") == 15) { get_new_timeleft_offset = true; }