Browse Source

refactoring: ShopCommand.java

remotes/origin/shop
Max Gerbeth 2 years ago
parent
commit
f5784b40d2
  1. 5
      README.md
  2. 2
      src/main/java/org/bitbiome/commands/ShopCommand.java

5
README.md

@ -1,5 +1,4 @@
<img src="https://hirschen-märwil.ch/wp-content/uploads/2018/03/platzhalter-partner.jpg">
*Hier Logo*
--- ---
# BitBiome - TextAdventure # BitBiome - TextAdventure
## What is the game about? ## What is the game about?
@ -15,7 +14,7 @@ BitBiome is a game for everyone who likes dangerous adventures.
- travel - travel
- location - location
## Our Team members:
## Our developers:
- David Hermann - David Hermann
- Julia Kunze - Julia Kunze
- Frederike von Gruben - Frederike von Gruben

2
src/main/java/org/bitbiome/commands/ShopCommand.java

@ -56,7 +56,7 @@ public class ShopCommand implements CommandAPI{
System.out.println(Colors.ANSI_BG_RED + Colors.ANSI_BLACK + "Fehler!" + Colors.ANSI_RESET); System.out.println(Colors.ANSI_BG_RED + Colors.ANSI_BLACK + "Fehler!" + Colors.ANSI_RESET);
} }
}catch (Exception e){ }catch (Exception e){
System.out.println(Colors.ANSI_BG_RED + Colors.ANSI_BLACK + "Fehler!h" + Colors.ANSI_RESET);
System.out.println(Colors.ANSI_BG_RED + Colors.ANSI_BLACK + "Fehler!" + Colors.ANSI_RESET);
} }
} }
} else if(input.equals("2")){ } else if(input.equals("2")){

Loading…
Cancel
Save