Add msg (remove me)

This commit is contained in:
Diavolo 2022-05-26 10:28:13 +02:00
parent 479a2e548d
commit 05bd748c6c

View File

@ -85,6 +85,7 @@ namespace Components
// Shuffles values
if (SVRandomMapRotation.get<bool>())
{
Logger::Print(Game::CON_CHANNEL_SERVER, "Randomizing the map rotation\n");
DedicatedRotation.randomize();
}