Skip to content

Commit

Permalink
Added return for action "spawn"
Browse files Browse the repository at this point in the history
  • Loading branch information
estintax committed Feb 22, 2020
1 parent 4271187 commit 794ad7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/in/pinig/ttvrewards/RewardsHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public void run() {
} catch(IllegalArgumentException ex) {
player.sendMessage(Main.config.getString("strings.prefix") + Main.config.getString("strings.err_unknownmob").replace("{mob_name}", mobName));
ex.printStackTrace();
return;
}
break;
case "jump":
Expand Down

0 comments on commit 794ad7e

Please sign in to comment.