Fix all Channel Behavior and its mis-behaving.
This commit is contained in:
@@ -35,6 +35,9 @@ public class PartConversionMonitor extends PartStorageMonitor
|
||||
if ( Platform.isClient() )
|
||||
return true;
|
||||
|
||||
if ( !proxy.isActive() )
|
||||
return false;
|
||||
|
||||
boolean ModeB = false;
|
||||
|
||||
ItemStack item = player.getCurrentEquippedItem();
|
||||
|
||||
Reference in New Issue
Block a user