From 2f1397cf799804571c1c267f37e9bd89c98ca244 Mon Sep 17 00:00:00 2001 From: Lance5057 Date: Mon, 23 Feb 2015 09:48:07 -0600 Subject: Revert "Revert "Crest Mount Attempt 3 Part 2"" This reverts commit da8aa0a9994d1bf635c4ec8b1e98fce46c5ec09d. --- src/main/java/gmail/Lance5057/blocks/CrestMount.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/gmail/Lance5057/blocks/CrestMount.java') diff --git a/src/main/java/gmail/Lance5057/blocks/CrestMount.java b/src/main/java/gmail/Lance5057/blocks/CrestMount.java index c2b6326..9675433 100644 --- a/src/main/java/gmail/Lance5057/blocks/CrestMount.java +++ b/src/main/java/gmail/Lance5057/blocks/CrestMount.java @@ -45,7 +45,7 @@ public class CrestMount extends BlockContainer { return false; } //code to open gui explained later - player.openGui(mod_TinkersDefense.instance, mod_TinkersDefense.GUI_ITEM_INV, world, x, y, z); + player.openGui(mod_TinkersDefense.instance, mod_TinkersDefense.GUI_ITEM_INV, player.worldObj, x, y, z); return true; } -- cgit v1.2.3