Changed the TSPlayer class.

This commit is contained in:
high 2011-06-14 16:54:30 -04:00
parent 17b2ed7eea
commit c3bf304c0c
5 changed files with 53 additions and 58 deletions

View file

@ -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++)