Fix typo in MessageConfiguration.java
This commit is contained in:
parent
4701b019d7
commit
db4ab33bde
|
|
@ -33,7 +33,7 @@ public class MessageConfiguration implements Configuration {
|
||||||
Level level = new Level();
|
Level level = new Level();
|
||||||
@ConfigSerializable @Getter
|
@ConfigSerializable @Getter
|
||||||
public static class Level {
|
public static class Level {
|
||||||
String requiredXp = "You need <requiredxp> to level up your island.";
|
String requiredXp = "You need <requiredxp> exp to level up your island.";
|
||||||
String upgraded = "Your island has leveled up!";
|
String upgraded = "Your island has leveled up!";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user