Fix for players being able to use /f sethome for other factions when they shouldn't be able to

This commit is contained in:
Brettflan 2012-08-26 18:28:48 -05:00
parent f99e1b0e89
commit e8b66ac8cd
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public class CmdSethome extends FCommand
}
else
{
if (Permission.SETHOME_ANY.has(sender, true)) return;
if ( ! Permission.SETHOME_ANY.has(sender, true)) return;
}
// Can the player set the faction home HERE?