test
This commit is contained in:
parent
161be83355
commit
ee55b5fc34
@ -74,6 +74,7 @@ namespace DiIiS_NA.GameServer.GSSystem.GameSystem
|
|||||||
string backEndIp = GameServerConfig.Instance.BindIP;
|
string backEndIp = GameServerConfig.Instance.BindIP;
|
||||||
int backEndPort = GameServerConfig.Instance.Port;
|
int backEndPort = GameServerConfig.Instance.Port;
|
||||||
bool pvp = false;
|
bool pvp = false;
|
||||||
|
Logger.Info("We are here");
|
||||||
if (!pvp){
|
if (!pvp){
|
||||||
Logger.Info("Ip: {0}|{1}", backEndIp, backEndPort);
|
Logger.Info("Ip: {0}|{1}", backEndIp, backEndPort);
|
||||||
RegisterGameServer(backEndIp, backEndPort);
|
RegisterGameServer(backEndIp, backEndPort);
|
||||||
|
|||||||
@ -296,6 +296,7 @@ namespace DiIiS_NA
|
|||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
|
Logger.Info(e.ToString());
|
||||||
Shutdown(e);
|
Shutdown(e);
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
|
|||||||
Loading…
Reference in New Issue
user.block.title