mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-02 04:56:40 +00:00
stuff seth missed
admin -> staff
This commit is contained in:
@ -115,7 +115,7 @@ public class Command_blockpvp extends FreedomCommand
|
||||
{
|
||||
if (plugin.sl.isStaff(p))
|
||||
{
|
||||
msg(p.getName() + " is an admin, and cannot have their PVP disabled.");
|
||||
msg(p.getName() + " is a staff member, and cannot have their PVP disabled.");
|
||||
return true;
|
||||
}
|
||||
|
||||
@ -131,4 +131,4 @@ public class Command_blockpvp extends FreedomCommand
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user