var update
This commit is contained in:
parent
37932bd09b
commit
0508c19873
@ -33,10 +33,10 @@ namespace DiIiS_NA.GameServer.ClientSystem
|
|||||||
|
|
||||||
public override void Run()
|
public override void Run()
|
||||||
{
|
{
|
||||||
int Port = 2001;
|
int port = 2001;
|
||||||
|
|
||||||
if (!Listen(Program.GameServerIp, Port)) return;
|
if (!Listen(Program.GameServerIp, port)) return;
|
||||||
Logger.Info("Game Server Started - {0}:{1}...", Program.GameServerIp, Port);
|
Logger.Info("Game Server Started - {0}:{1}...", Program.GameServerIp, port);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
user.block.title