Re-add ServerNickname and copies it to ServerName

This commit is contained in:
Deathmax 2012-05-30 10:18:44 +08:00
parent 2289458053
commit 4eaf64709b
2 changed files with 4 additions and 0 deletions

View file

@ -1590,6 +1590,8 @@ namespace TShockAPI
RconHandler.ListenPort = file.RconPort;
Utils.HashAlgo = file.HashAlgorithm;
file.ServerName = file.ServerNickname;
}
}
}