Not spamclicking????? IMPOSSIBLE!
This commit is contained in:
+5
-5
@@ -312,13 +312,13 @@ public final class CharacterDesign {
|
|||||||
player.getInterfaceManager().closeOverlay();
|
player.getInterfaceManager().closeOverlay();
|
||||||
|
|
||||||
//Clears and Resets the Player's account and focuses the default interface to their Inventory
|
//Clears and Resets the Player's account and focuses the default interface to their Inventory
|
||||||
player.getInventory().clear();
|
// player.getInventory().clear();
|
||||||
player.getEquipment().clear();
|
// player.getEquipment().clear();
|
||||||
player.getBank().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().restoreTabs(); //This still hides the Attack (double swords) in the player menu until Player wields a weapon.
|
||||||
player.getInterfaceManager().setViewedTab(3);
|
player.getInterfaceManager().setViewedTab(3);
|
||||||
player.getInventory().add(STARTER_PACK);
|
// player.getInventory().add(STARTER_PACK);
|
||||||
player.getBank().add(STARTER_BANK);
|
// player.getBank().add(STARTER_BANK);
|
||||||
|
|
||||||
player.getPulseManager().run(new Pulse(1){
|
player.getPulseManager().run(new Pulse(1){
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user