Err too much.

This commit is contained in:
AlgorithmX2
2014-01-20 10:41:37 -06:00
parent 5652ec30ec
commit 834e9c04c5
159 changed files with 7953 additions and 1541 deletions
+2 -1
View File
@@ -18,6 +18,7 @@ public class AppEngInternalInventory implements IInventory, Iterable<ItemStack>
protected int size;
protected int maxStack;
public boolean enableClientEvents = false;
protected ItemStack inv[];
public IMEInventory getIMEI()
@@ -42,7 +43,7 @@ public class AppEngInternalInventory implements IInventory, Iterable<ItemStack>
protected boolean eventsEnabled()
{
return Platform.isServer();
return Platform.isServer() || enableClientEvents;
}
public void setMaxStackSize(int s)