Removed pointless unbanip permission.

TSPlayer improved.
This commit is contained in:
high 2011-06-14 19:49:45 -04:00
parent f233ef82e5
commit 12946c8a63
4 changed files with 17 additions and 7 deletions

View file

@ -659,7 +659,7 @@ namespace TShockAPI
}
string ip = Tools.GetPlayerIP(ply);
Players[ply] = new TSPlayer(ply);
Players[ply] = new TSPlayer(Main.player[ply]);
Players[ply].Group = Tools.GetGroupForIP(ip);
if (Tools.ActivePlayers() + 1 > ConfigurationManager.MaxSlots &&