Skip to content

Commit 03735b9

Browse files
committed
Solved permissions problem
1 parent ab783f7 commit 03735b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AdvancedWand/AdvancedWand/Helper/CommandHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public static bool CheckCommand(Players.Player player)
1515

1616
//Player has permission
1717
if(!PermissionsManager.CheckAndWarnPermission(player, "khanx.wand"))
18-
return true;
18+
return false;
1919

2020
AdvancedWand wand = AdvancedWand.GetAdvancedWand(player);
2121

0 commit comments

Comments
 (0)