From 05bd748c6cac400094700ab5bbc326b65d0e39f5 Mon Sep 17 00:00:00 2001 From: Diavolo Date: Thu, 26 May 2022 10:28:13 +0200 Subject: [PATCH] Add msg (remove me) --- src/Components/Modules/MapRotation.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Components/Modules/MapRotation.cpp b/src/Components/Modules/MapRotation.cpp index f3405415..b9fd76e0 100644 --- a/src/Components/Modules/MapRotation.cpp +++ b/src/Components/Modules/MapRotation.cpp @@ -85,6 +85,7 @@ namespace Components // Shuffles values if (SVRandomMapRotation.get()) { + Logger::Print(Game::CON_CHANNEL_SERVER, "Randomizing the map rotation\n"); DedicatedRotation.randomize(); }