Fix for players being able to use /f sethome for other factions when they shouldn't be able to
This commit is contained in:
parent
f99e1b0e89
commit
e8b66ac8cd
@ -44,7 +44,7 @@ public class CmdSethome extends FCommand
|
|||||||
}
|
}
|
||||||
else
|
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?
|
// Can the player set the faction home HERE?
|
||||||
|
Loading…
Reference in New Issue
Block a user