mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2024-11-07 03:00:29 +01:00
Fixed stackables bypassing island settings
This commit is contained in:
parent
367c27784b
commit
4eeef50853
@ -68,7 +68,7 @@ public class Block implements Listener {
|
||||
}
|
||||
|
||||
// Check permissions.
|
||||
if (!skyblock.getPermissionManager().processPermission(event, player, island)) {
|
||||
if (!skyblock.getPermissionManager().processPermission(event, player, island) || event.isCancelled()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user