Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhang12334 committed Nov 16, 2024
1 parent 21ff0fc commit 76b6e5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/meow/meowvelolist/MeowVeloList.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public MeowVeloList(ProxyServer server, @DataDirectory Path dataDirectory) {
this.dataDirectory = dataDirectory;
loadLanguage();
server.getConsoleCommandSource().sendMessage(Component.text(startupMessage));
this.logger = server.getLogger();
}

// 订阅初始化事件
Expand Down

0 comments on commit 76b6e5a

Please sign in to comment.