Not spamclicking????? IMPOSSIBLE!

This commit is contained in:
ceikry 2021-10-14 07:03:11 -05:00
parent c712cd50d7
commit 884b6b6eb3

View file

@ -312,13 +312,13 @@ public final class CharacterDesign {
player.getInterfaceManager().closeOverlay();
//Clears and Resets the Player's account and focuses the default interface to their Inventory
player.getInventory().clear();
player.getEquipment().clear();
player.getBank().clear();
// player.getInventory().clear();
// player.getEquipment().clear();
// player.getBank().clear();
player.getInterfaceManager().restoreTabs(); //This still hides the Attack (double swords) in the player menu until Player wields a weapon.
player.getInterfaceManager().setViewedTab(3);
player.getInventory().add(STARTER_PACK);
player.getBank().add(STARTER_BANK);
// player.getInventory().add(STARTER_PACK);
// player.getBank().add(STARTER_BANK);
player.getPulseManager().run(new Pulse(1){
@Override