diff --git a/Release/Plugins/RenX.Core.lib b/Release/Plugins/RenX.Core.lib index a57c44a..ca47b8b 100644 Binary files a/Release/Plugins/RenX.Core.lib and b/Release/Plugins/RenX.Core.lib differ diff --git a/RenX.Core/RenX_Functions.cpp b/RenX.Core/RenX_Functions.cpp index 03e81bd..b15b637 100644 --- a/RenX.Core/RenX_Functions.cpp +++ b/RenX.Core/RenX_Functions.cpp @@ -874,7 +874,7 @@ Jupiter::String RenX::getFormattedPlayerName(const RenX::PlayerInfo *player) Jupiter::StringS RenX::formatGUID(const RenX::Map &map) { - return Jupiter::StringS::Format("%.8llX%.8llX", map.guid[0], map.guid[1]); + return Jupiter::StringS::Format("%.16llX%.16llX", map.guid[0], map.guid[1]); } void RenX::sanitizeString(Jupiter::StringType &str)