diff --git a/src/Components/Modules/Dedicated.cpp b/src/Components/Modules/Dedicated.cpp index c73eb23b..6e99a93a 100644 --- a/src/Components/Modules/Dedicated.cpp +++ b/src/Components/Modules/Dedicated.cpp @@ -31,6 +31,12 @@ namespace Components void Dedicated::MapRotate() { + if (Dvar::Var("party_host").Get()) + { + Logger::Print("Not performing map rotation as we are hosting a party!\n"); + return; + } + Logger::Print("Rotating map...\n"); // if nothing, just restart