Browse Source

DevBot command responses no longer get thrown to default handling.

pull/3/head
Jessica James 9 years ago
parent
commit
1eae769ffd
  1. BIN
      Release/Plugins/RenX.Core.lib
  2. 6
      RenX.Core/RenX_Server.cpp

BIN
Release/Plugins/RenX.Core.lib

Binary file not shown.

6
RenX.Core/RenX_Server.cpp

@ -2910,6 +2910,12 @@ void RenX::Server::processLine(const Jupiter::ReadableString &line)
}
break;
case 'x':
{
// We don't actually need to use this output for anything atm; tend to this later.
}
break;
case 'c':
{
Jupiter::ReferenceString raw = Jupiter::ReferenceString::substring(line, 1);

Loading…
Cancel
Save