Update shavit-mapchooser.sp

ocd
This commit is contained in:
Nairda 2023-07-06 04:35:24 +02:00 committed by GitHub
parent d69bd18407
commit c6c38b0816
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -398,7 +398,7 @@ void StartMapChange(float delay, const char[] map, const char[] reason)
if (g_bWaitingForChange)
{
// 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;
}