mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-05 20:36:42 +00:00
Remove old navigation perms for jumpto and thru
This commit is contained in:
@ -1163,8 +1163,7 @@ public class WorldEdit {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!player.hasPermission("worldedit.navigation.jumpto.tool")
|
||||
&& !player.hasPermission("worldedit.navigation.jumpto")) { // TODO: Remove old permission
|
||||
if (!player.hasPermission("worldedit.navigation.jumpto.tool") ){
|
||||
return false;
|
||||
}
|
||||
|
||||
@ -1202,8 +1201,7 @@ public class WorldEdit {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!player.hasPermission("worldedit.navigation.thru.tool")
|
||||
&& !player.hasPermission("worldedit.navigation.thru")) { // TODO: Remove old permission
|
||||
if (!player.hasPermission("worldedit.navigation.thru.tool")) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user