mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 18:38:26 +00:00
small timelimit change that might not change anything
This commit is contained in:
parent
f4d8e55789
commit
4346e10eac
@ -296,7 +296,7 @@ public Action Timer_PrintToChat(Handle timer)
|
||||
Shavit_StopChatSound();
|
||||
}
|
||||
|
||||
if (gCV_InstantMapChange.BoolValue && (0 <= timeleft <= 5))
|
||||
if (gCV_InstantMapChange.BoolValue && timeleft <= 5)
|
||||
{
|
||||
if (timeleft)
|
||||
{
|
||||
@ -306,7 +306,7 @@ public Action Timer_PrintToChat(Handle timer)
|
||||
Call_Finish();
|
||||
}
|
||||
|
||||
if (timeleft <= 3)
|
||||
if (1 <= timeleft <= 3)
|
||||
{
|
||||
Shavit_StopChatSound();
|
||||
Shavit_PrintToChatAll("%d..", timeleft);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user