mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-12 22:44:36 +01:00
renames
This commit is contained in:
@@ -17,7 +17,7 @@ namespace BLHX.Server.Game
|
||||
static GameServer()
|
||||
{
|
||||
// Preload
|
||||
System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(typeof(PacketFactory).TypeHandle);
|
||||
System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(typeof(PacketHandlerFactory).TypeHandle);
|
||||
|
||||
EndPoint = new(IPAddress.Any, (int)Config.Instance.Port);
|
||||
listener = new TcpListener(EndPoint);
|
||||
|
||||
Reference in New Issue
Block a user