Remove deprecation config option because it is causing issues.

This commit is contained in:
Zack Piispanen 2013-10-04 17:14:46 -04:00
parent 9aa27b9d3f
commit f80ed62719
2 changed files with 0 additions and 4 deletions

View file

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