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
1 changed files with 1 additions and 1 deletions

View File

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