Skip to content

Commit

Permalink
Wrong message on add command
Browse files Browse the repository at this point in the history
  • Loading branch information
hexosse committed Dec 1, 2016
1 parent c87a7e9 commit 3a69523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>com.github.hexocraft</groupId>
<artifactId>random-items</artifactId>
<name>RandomItems</name>
<version>1.0.2</version>
<version>1.0.3</version>
<packaging>jar</packaging>
<description>.</description>
<url>https://github.com/HexoCraft/${project.name}</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public class Messages extends Configuration
/* Success */
@ConfigPath(path = "success", comment = "List of Messages used after a sucess command")
@ConfigValue(path = "success.add") public String sAdd = "Item sucessfuly added to {NAME}";
@ConfigValue(path = "success.add") public String sAddc = "Command sucessfuly added to {NAME}";
@ConfigValue(path = "success.addc") public String sAddc = "Command sucessfuly added to {NAME}";
@ConfigValue(path = "success.create") public String sCreate = "List {NAME} created";
@ConfigValue(path = "success.delete") public String sDelete = "List {NAME} has been removed";
@ConfigValue(path = "success.relaod") public String sReload = "RandomItems has been reloaded";
Expand Down

0 comments on commit 3a69523

Please sign in to comment.