Changed the TSPlayer class.
This commit is contained in:
parent
17b2ed7eea
commit
c3bf304c0c
5 changed files with 53 additions and 58 deletions
|
|
@ -77,7 +77,7 @@ namespace TShockAPI
|
|||
{
|
||||
if (Main.player[i].active)
|
||||
{
|
||||
if (!TShock.players[i].group.HasPermission("maintenance"))
|
||||
if (!TShock.players[i].Group.HasPermission("maintenance"))
|
||||
return;
|
||||
Tools.SendMessage(i, "The server is out of date. To update, type /updatenow.");
|
||||
for (int j = 4; j < changes.Length; j++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue