Browse Source

Fixed grammar.

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

BIN
Release/Plugins/RenX.Core.lib

Binary file not shown.

4
RenX.Core/RenX_Server.cpp

@ -57,11 +57,11 @@ int RenX::Server::think()
else if (Jupiter::Socket::getLastError() != 10035) // This is a serious error else if (Jupiter::Socket::getLastError() != 10035) // This is a serious error
{ {
if (RenX::Server::reconnect()) if (RenX::Server::reconnect())
RenX::Server::sendLogChan(IRCCOLOR "07[Warning]" IRCCOLOR " Connection lost to Renegade-X server lost. Reconnection attempt in progress."); RenX::Server::sendLogChan(IRCCOLOR "07[Warning]" IRCCOLOR " Connection to Renegade-X server lost. Reconnection attempt in progress.");
else else
{ {
RenX::Server::wipeData(); RenX::Server::wipeData();
RenX::Server::sendLogChan(IRCCOLOR "04[Error]" IRCCOLOR " Connection lost to Renegade-X server lost. Reconnection attempt failed."); RenX::Server::sendLogChan(IRCCOLOR "04[Error]" IRCCOLOR " Connection to Renegade-X server lost. Reconnection attempt failed.");
} }
} }
} }

Loading…
Cancel
Save