typo
This commit is contained in:
parent
de569d21d3
commit
9806984b8f
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
user.block.title