diff --git a/Release/Plugins/RenX.Core.lib b/Release/Plugins/RenX.Core.lib index e252189..0ebe22e 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 aa06bef..ffa1c68 100644 --- a/RenX.Core/RenX_Server.cpp +++ b/RenX.Core/RenX_Server.cpp @@ -2559,6 +2559,7 @@ bool RenX::Server::connect() RenX::Server::attempts = 0; return true; } + RenX::Server::sock.closeSocket(); RenX::Server::connected = false; ++RenX::Server::attempts; return false;