Started work on revamping command system for permissions, but I'm out for the night, cya tomorrow
This commit is contained in:
parent
3774c30f7d
commit
8344801128
6 changed files with 70 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ namespace TShockAPI
|
|||
|
||||
static TShock()
|
||||
{
|
||||
Tools.LoadGroups();
|
||||
//Tools.LoadGroups();
|
||||
#region Blacklisted tiles
|
||||
|
||||
BlacklistTiles = new bool[0x80];
|
||||
|
|
@ -425,6 +425,7 @@ namespace TShockAPI
|
|||
Tools.Kick(ply, "Not on whitelist.");
|
||||
}
|
||||
players[ply] = new TSPlayer(ply);
|
||||
players[ply].group = Tools.GetGroupForIP(ip);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue