mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-24 19:45:43 +01:00
Fixed /dxl edit only working with permission even if the player is invited
This commit is contained in:
parent
9d78ce5db1
commit
970e351c5f
@ -16,7 +16,6 @@ public class EditCommand extends DCommand {
|
||||
setMinArgs(1);
|
||||
setMaxArgs(1);
|
||||
setHelp(dMessages.getMessage(Messages.HELP_CMD_EDIT));
|
||||
setPermission("dxl.edit");
|
||||
setPlayerCommand(true);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user