Skip to content

Commit

Permalink
added clearing of console after setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ezTxmMC committed Dec 29, 2024
1 parent 74ac815 commit 617c584
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ public void handleCommand(String command, String[] args) {
System.out.print("\n");
this.console.print("Cloud was successfully set up.");
this.console.switchMode("default");
this.console.clear();
this.console.sendWelcomeMessage();
} catch (NumberFormatException e) {
this.console.print("[FF3333]Your input is not a number.");
Expand Down

0 comments on commit 617c584

Please sign in to comment.