Possible fix for Rune's not always giving back the correct items
This commit is contained in:
parent
88beb83999
commit
70d362ccfd
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user