Skip to content

Commit

Permalink
Add success message to /setloreline
Browse files Browse the repository at this point in the history
  • Loading branch information
JustBru00 committed Sep 14, 2017
1 parent 9090f5b commit 95eb8cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/com/gmail/justbru00/epic/rename/utils/v3/LoreUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ public static void setLoreLine(int lineNumber, Player player, String[] args) {
} else {
player.setItemInHand(inHand);
}
Messager.msgPlayer(Main.getMsgFromConfig("setloreline.success"), player);

} else { // Item has no lore
Debug.send("Item has no lore D:");
Expand All @@ -111,6 +112,7 @@ public static void setLoreLine(int lineNumber, Player player, String[] args) {
} else {
player.setItemInHand(inHand);
}
Messager.msgPlayer(Main.getMsgFromConfig("setloreline.success"), player);
}

}
Expand Down

0 comments on commit 95eb8cd

Please sign in to comment.