diff --git a/Release/Plugins/RenX.Core.lib b/Release/Plugins/RenX.Core.lib index e284ec7..5de8d20 100644 Binary files a/Release/Plugins/RenX.Core.lib and b/Release/Plugins/RenX.Core.lib differ diff --git a/RenX.Core/RenX_Server.cpp b/RenX.Core/RenX_Server.cpp index 1bf4809..b4dbc44 100644 --- a/RenX.Core/RenX_Server.cpp +++ b/RenX.Core/RenX_Server.cpp @@ -189,7 +189,7 @@ bool RenX::Server::isPure() const int RenX::Server::send(const Jupiter::ReadableString &command) { - return RenX::Server::sock.send("c"_jrs + command + '\n'); + return RenX::Server::sock.send("c"_jrs + command + "\n"_jrs); } int RenX::Server::sendMessage(const Jupiter::ReadableString &message)