mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 18:38:26 +00:00
Merge pull request #1022 from GAMMACASE/restart_warn_on_seg_removed
Remove restart warning for a segmented style
This commit is contained in:
commit
99ac213a2e
@ -2657,7 +2657,7 @@ bool DeleteCheckpoint(int client, int index)
|
|||||||
|
|
||||||
bool ShouldDisplayStopWarning(int client)
|
bool ShouldDisplayStopWarning(int client)
|
||||||
{
|
{
|
||||||
return (gCV_StopTimerWarning.BoolValue && Shavit_GetTimerStatus(client) != Timer_Stopped && Shavit_GetClientTime(client) > gCV_StopTimerWarning.FloatValue);
|
return (gCV_StopTimerWarning.BoolValue && Shavit_GetTimerStatus(client) != Timer_Stopped && Shavit_GetClientTime(client) > gCV_StopTimerWarning.FloatValue && !CanSegment(client));
|
||||||
}
|
}
|
||||||
|
|
||||||
void DoNoclip(int client)
|
void DoNoclip(int client)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user