This commit is contained in:
Mateleo 2024-11-22 15:33:14 +01:00
parent 161be83355
commit ee55b5fc34
2 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,7 @@ namespace DiIiS_NA.GameServer.GSSystem.GameSystem
string backEndIp = GameServerConfig.Instance.BindIP;
int backEndPort = GameServerConfig.Instance.Port;
bool pvp = false;
Logger.Info("We are here");
if (!pvp){
Logger.Info("Ip: {0}|{1}", backEndIp, backEndPort);
RegisterGameServer(backEndIp, backEndPort);

View File

@ -296,6 +296,7 @@ namespace DiIiS_NA
}
catch (Exception e)
{
Logger.Info(e.ToString());
Shutdown(e);
}
finally