Added Numerous "CanMine" Checks to part manipulation and other places.
This commit is contained in:
@@ -38,6 +38,9 @@ public class PartConversionMonitor extends PartStorageMonitor
|
||||
if ( !proxy.isActive() )
|
||||
return false;
|
||||
|
||||
if ( !Platform.hasPermissions( getLocation(), player ) )
|
||||
return false;
|
||||
|
||||
boolean ModeB = false;
|
||||
|
||||
ItemStack item = player.getCurrentEquippedItem();
|
||||
|
||||
Reference in New Issue
Block a user