Browse Source

Now auto-subscribes to Player/Ping/Score/Credits list

pull/3/head
JustinAJ 10 years ago
parent
commit
61cd2f6570
  1. BIN
      Release/Plugins/RenX.Core.lib
  2. 1
      RenX.Core/RenX_Server.cpp

BIN
Release/Plugins/RenX.Core.lib

Binary file not shown.

1
RenX.Core/RenX_Server.cpp

@ -1158,6 +1158,7 @@ void RenX::Server::processLine(const Jupiter::ReadableString &line)
for (size_t i = 0; i < xPlugins.size(); i++) for (size_t i = 0; i < xPlugins.size(); i++)
xPlugins.get(i)->RenX_XOnVersion(this, RenX::Server::xRconVersion); xPlugins.get(i)->RenX_XOnVersion(this, RenX::Server::xRconVersion);
RenX::Server::sock.send(STRING_LITERAL_AS_REFERENCE("_x\x01\n")); RenX::Server::sock.send(STRING_LITERAL_AS_REFERENCE("_x\x01\n"));
RenX::Server::sock.send(STRING_LITERAL_AS_REFERENCE("_x\x06\n"));
} }
else if (header.equals("grant_character")) else if (header.equals("grant_character"))
{ {

Loading…
Cancel
Save