mirror of
https://git.battle-of-pip.de/root/vpr-mitarbeiterverwaltung.git
synced 2025-10-15 02:24:53 +02:00
Commands + Server first development release ready (USER: TEST, PASS: 1234) (Serveradress: 185.113.120.99, PORT: 3767)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user