Commands + Server first development release ready (USER: TEST, PASS: 1234) (Serveradress: 185.113.120.99, PORT: 3767)

This commit is contained in:
Tim G. | SnapixLP
2025-06-05 22:58:56 +02:00
parent 838b31cb1f
commit 38a9a72740
15 changed files with 148 additions and 138 deletions

View File

@@ -24,6 +24,7 @@ public abstract class TcpServer
optionsList = new List<string>();
this.dx86 = new DX86(ms, ServerType.TCP);
optionsList.Add("cancel");
LoggedInClients = new Dictionary<TcpClient, string>();
ms.Log("[DX86] Server Setup Complete.");
_ = RunServer();
}