mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-27 13:15:28 +01:00
Fixed the island untrust command not using the trust permission
It was using the coop permission instead
This commit is contained in:
parent
3b0f023fac
commit
7e17474e83
@ -28,7 +28,7 @@ public class IslandTeamUntrustCommand extends CompositeCommand {
|
||||
|
||||
@Override
|
||||
public void setup() {
|
||||
setPermission("island.team.coop");
|
||||
setPermission("island.team.trust");
|
||||
setOnlyPlayer(true);
|
||||
setParametersHelp("commands.island.team.untrust.parameters");
|
||||
setDescription("commands.island.team.untrust.description");
|
||||
|
Loading…
Reference in New Issue
Block a user