mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 02:18:26 +00:00
Update shavit-mapchooser.sp
ocd
This commit is contained in:
parent
d69bd18407
commit
c6c38b0816
@ -398,7 +398,7 @@ void StartMapChange(float delay, const char[] map, const char[] reason)
|
|||||||
if (g_bWaitingForChange)
|
if (g_bWaitingForChange)
|
||||||
{
|
{
|
||||||
// Could be here if someone !map's during the 1-4s delay before the changelevel... but this simplifies things...
|
// Could be here if someone !map's during the 1-4s delay before the changelevel... but this simplifies things...
|
||||||
LogError("StartMapChange called but already waiting for map change. Blocking... (%f, %s, %s)", delay, map, reason);
|
LogError("StartMapChange called, but already waiting for the map to change. Blocking... (%f, %s, %s)", delay, map, reason);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user