mirror of
https://github.com/MassiveCraft/Factions.git
synced 2025-01-09 17:37:48 +01:00
Add container f perm
This commit is contained in:
parent
1b088ccd54
commit
32b13befce
@ -443,6 +443,11 @@ public class FactionsPlayerListener implements Listener {
|
|||||||
case WOODEN_DOOR:
|
case WOODEN_DOOR:
|
||||||
action = PermissableAction.DOOR;
|
action = PermissableAction.DOOR;
|
||||||
break;
|
break;
|
||||||
|
case CHEST:
|
||||||
|
case ENDER_CHEST:
|
||||||
|
case TRAPPED_CHEST:
|
||||||
|
action = PermissableAction.CONTAINER;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user