Updated for SpoutAPI changes

This commit is contained in:
zml2008 2012-08-25 17:21:45 -07:00
parent b257f95efb
commit 853db26e2f

View File

@ -88,7 +88,7 @@ public class SpoutPlayer extends LocalPlayer {
Controller controller = player.getController();
if (controller instanceof VanillaPlayerController) {
((VanillaPlayerController) controller).getInventory()
.addItem(new ItemStack(VanillaMaterials.getMaterial((short) type), amt), false);
.addItem(new ItemStack(VanillaMaterials.getMaterial((short) type), amt));
}
}