mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 18:38:26 +00:00
Merge pull request #1195 from Nairdaa/patch-35
Update shavit-mapchooser.sp
This commit is contained in:
commit
1102a0971c
@ -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