diff --git a/Release/Bot.lib b/Release/Bot.lib index 9ebd84c..8c36025 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 4a57336..9d0a105 100644 Binary files a/Release/Plugins/RenX.Core.lib and b/Release/Plugins/RenX.Core.lib differ diff --git a/RenX.Core/RenX_Core.cpp b/RenX.Core/RenX_Core.cpp index 94bb701..d47bc05 100644 --- a/RenX.Core/RenX_Core.cpp +++ b/RenX.Core/RenX_Core.cpp @@ -497,7 +497,9 @@ int RenX::Core::think() else if (header.equals("lC-LIST:")) { // ID IP SteamID Team Name - + if (playerData.isEmpty()) + break; + int id; bool isBot = false; if (playerData.get(0) == 'b')