Base for new system

This commit is contained in:
Anonymous275
2020-11-27 10:33:59 +02:00
parent 1579c8bc29
commit f858c462af
10 changed files with 57 additions and 149 deletions

View File

@@ -201,7 +201,6 @@ void NetMain(const std::string& IP, int Port){
}
void TCPGameServer(const std::string& IP, int Port){
GSocket = SetupListener();
FindDLL(nullptr);
while (!TCPTerminate && GSocket != -1){
debug(Sec("MAIN LOOP OF GAME SERVER"));
GConnected = false;