Skip to content

Commit

Permalink
Fix Kyori Adventure error in onLoad
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre601 committed Jul 24, 2022
1 parent 8dade2c commit 6de7df6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ch.andre601</groupId>
<artifactId>IAxPresenceFootsteps</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ public void onLoad(){
console = getServer().getConsoleSender();

jsonCreator = new JsonCreator(this);

loadMessageUtil();
}

@Override
public void onEnable(){
loadMessageUtil();
getMessageUtil().sendMessage("<grey>Preparing IAxPresenceFootsteps...");
try{
Class.forName("org.bukkit.event.server.ServerLoadEvent");
Expand Down

0 comments on commit 6de7df6

Please sign in to comment.