diff --git a/Release/Plugins/RenX.Core.lib b/Release/Plugins/RenX.Core.lib index dbaa706..76b87c1 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 291a753..026748a 100644 --- a/RenX.Core/RenX_Server.cpp +++ b/RenX.Core/RenX_Server.cpp @@ -252,6 +252,9 @@ Jupiter::StringS RenX::Server::formatSteamID(const RenX::PlayerInfo *player) con Jupiter::StringS RenX::Server::formatSteamID(uint64_t id) const { + if (id == 0) + return Jupiter::ReferenceString::empty; + switch (RenX::Server::steamFormat) { default: