Skip to content

Commit

Permalink
Merge pull request shavitush#1195 from Nairdaa/patch-35
Browse files Browse the repository at this point in the history
Update shavit-mapchooser.sp
  • Loading branch information
rtldg authored Mar 12, 2024
2 parents 388f561 + c6c38b0 commit 1102a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/shavit-mapchooser.sp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 1102a09

Please sign in to comment.