diff --git a/Release/Bot.lib b/Release/Bot.lib index 8995d41..d1c439f 100644 Binary files a/Release/Bot.lib and b/Release/Bot.lib differ diff --git a/Release/Plugins/RenX.Core.lib b/Release/Plugins/RenX.Core.lib index d9ef841..77b8a84 100644 Binary files a/Release/Plugins/RenX.Core.lib and b/Release/Plugins/RenX.Core.lib differ diff --git a/RenX.Core/RenX_PlayerInfo.h b/RenX.Core/RenX_PlayerInfo.h index 68301e2..cf4fc75 100644 --- a/RenX.Core/RenX_PlayerInfo.h +++ b/RenX.Core/RenX_PlayerInfo.h @@ -61,6 +61,7 @@ namespace RenX unsigned int loses = 0; unsigned int beaconPlacements = 0; + mutable Jupiter::StringS gamePrefix; mutable Jupiter::StringS formatNamePrefix; mutable int access = 0; mutable Jupiter::INIFile varData; // This will be replaced later with a more dedicated type.