mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-21 09:02:07 -07:00
Not spamclicking????? IMPOSSIBLE!
This commit is contained in:
parent
c712cd50d7
commit
884b6b6eb3
1 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue