mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-12 22:44:36 +01:00
more temporary handlers
This commit is contained in:
@@ -13,6 +13,9 @@ namespace BLHX.Server.Game
|
||||
|
||||
static GameServer()
|
||||
{
|
||||
// Preload
|
||||
System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(typeof(PacketFactory).TypeHandle);
|
||||
|
||||
EndPoint = new(IPAddress.Any, 20000);
|
||||
listener = new TcpListener(EndPoint);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user