Merge pull request #1195 from Nairdaa/patch-35

Update shavit-mapchooser.sp
This commit is contained in:
rtldg 2024-03-12 12:58:13 +00:00 committed by GitHub
commit 1102a0971c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
}