Browse Source

Added safety check

pull/3/head
JustinAJ 10 years ago
parent
commit
0330d44104
  1. BIN
      Release/Bot.lib
  2. BIN
      Release/Plugins/RenX.Core.lib
  3. 2
      RenX.Core/RenX_Core.cpp

BIN
Release/Bot.lib

Binary file not shown.

BIN
Release/Plugins/RenX.Core.lib

Binary file not shown.

2
RenX.Core/RenX_Core.cpp

@ -497,6 +497,8 @@ int RenX::Core::think()
else if (header.equals("lC-LIST:"))
{
// ID IP SteamID Team Name
if (playerData.isEmpty())
break;
int id;
bool isBot = false;

Loading…
Cancel
Save