Fix messages NPE / Commons update to 6.1.2

This commit is contained in:
Daniel Saukel 2020-02-08 02:38:52 +01:00
parent 12c2cdfb83
commit e8bbf42854
2 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@ public enum DMessage implements Message {
GROUP_BED_DESTROYED("group.bedDestroyed"),
GROUP_CONGRATS("group.congrats"),
GROUP_CONGRATS_SUB("group.congratsSub"),
GROUP_CREATED("group.create"),
GROUP_CREATED("group.created"),
GROUP_DEATH("group.death"),
GROUP_DEATH_KICK("group.deathKick"),
GROUP_DEFEATED("group.defeated"),

View File

@ -26,7 +26,7 @@
<dependency>
<groupId>de.erethon.commons</groupId>
<artifactId>commons-dist</artifactId>
<version>6.1.1</version>
<version>6.1.2</version>
<scope>compile</scope>
</dependency>
<dependency>