[MapRotation]: Update minor detail (#976)

This commit is contained in:
Edo 2023-04-26 18:48:05 +01:00 committed by GitHub
parent 619cdf39e4
commit 6c775ceb20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,7 +155,7 @@ namespace Components
// People may have sv_mapRotation empty because they only use 'addMap' or 'addGametype'
if (!mapRotation.empty())
{
Logger::Debug("sv_mapRotation is not empty. Parsing...");
Logger::Debug("{} is not empty. Parsing...", (*Game::sv_mapRotation)->name);
LoadRotation(mapRotation);
}
}