This commit is contained in:
Mateleo 2024-11-22 15:03:12 +01:00
parent de569d21d3
commit 9806984b8f

View File

@ -75,7 +75,7 @@ namespace DiIiS_NA.GameServer.GSSystem.GameSystem
int backEndPort = GameServerConfig.Instance.Port; int backEndPort = GameServerConfig.Instance.Port;
bool pvp = false; bool pvp = false;
if (!pvp){ if (!pvp){
Logger.Debug("Ip: {0}|{1}", backEndIp, backEndPort); Logger.Info("Ip: {0}|{1}", backEndIp, backEndPort);
RegisterGameServer(backEndIp, backEndPort); RegisterGameServer(backEndIp, backEndPort);
} }
else else