diff --git a/Release/Plugins/RenX.Core.lib b/Release/Plugins/RenX.Core.lib index ae1ae24..f95fc83 100644 Binary files a/Release/Plugins/RenX.Core.lib and b/Release/Plugins/RenX.Core.lib differ diff --git a/RenX.Core/RenX_Server.cpp b/RenX.Core/RenX_Server.cpp index b89b5c4..b5c9d18 100644 --- a/RenX.Core/RenX_Server.cpp +++ b/RenX.Core/RenX_Server.cpp @@ -1222,6 +1222,10 @@ void RenX::Server::processLine(const Jupiter::ReadableString &line) } buff.shiftLeft(1); } + else if (this->lastCommand.equalsi("map")) + { + this->map = buff.substring(1); + } break; case 'l': if (RenX::Server::rconVersion >= 3) @@ -2105,6 +2109,7 @@ void RenX::Server::processLine(const Jupiter::ReadableString &line) if (this->rconVersion >= 3) { + RenX::Server::send(STRING_LITERAL_AS_REFERENCE("map")); RenX::Server::fetchClientList(); this->firstGame = true;