Possible fix for Rune's not always giving back the correct items

This commit is contained in:
Sam 2017-11-09 14:18:06 +00:00 committed by Alexander Meech
parent 88beb83999
commit 70d362ccfd

View File

@ -201,7 +201,7 @@ public class CakePlayerModule extends CakeModule
player.updateInventory(); player.updateInventory();
UtilInv.remove(player, RUNE_OF_HOLDING.getType(), RUNE_OF_HOLDING.getData().getData(), 1); UtilInv.remove(player, RUNE_OF_HOLDING.getType(), RUNE_OF_HOLDING.getData().getData(), 1);
}, 5); }, 20);
} }
} }