mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 12:02:53 +00:00
Fix Groups for warp signs
This commit is contained in:
parent
bd7a50ad07
commit
aef2ca3e5d
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public class SignWarp extends EssentialsSign
|
||||||
if ((!group.isEmpty()
|
if ((!group.isEmpty()
|
||||||
&& ("§2Everyone".equals(group)
|
&& ("§2Everyone".equals(group)
|
||||||
|| player.inGroup(group)))
|
|| player.inGroup(group)))
|
||||||
|| (!ess.getSettings().getPerWarpPermission() || player.isAuthorized("essentials.warp." + warpName)))
|
|| (group.isEmpty() && (!ess.getSettings().getPerWarpPermission() || player.isAuthorized("essentials.warp." + warpName))))
|
||||||
{
|
{
|
||||||
final Trade charge = getTrade(sign, 3, ess);
|
final Trade charge = getTrade(sign, 3, ess);
|
||||||
try
|
try
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue