Removed pointless unbanip permission.
TSPlayer improved.
This commit is contained in:
parent
f233ef82e5
commit
12946c8a63
4 changed files with 17 additions and 7 deletions
|
|
@ -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 &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue