Skip to content

Commit

Permalink
fix: イベントリスナーの登録ログ
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtakagi committed Sep 25, 2022
1 parent f0e960a commit 035903b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/net/iamtakagi/sudachi/Sudachi.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public void onQuit(PlayerQuitEvent event) {
playerBoards.remove(player.getUniqueId());
}
}, plugin);
plugin.getLogger().info("[sudachi] イベントリスナーを登録しました");
plugin.getLogger().info("[sudachi] BoardUpdateRunnable を起動しています...");
boardUpdateTask = plugin.getServer().getScheduler().runTaskTimer(plugin, new BoardUpdateRunnable(plugin), boardAdapter.getInterval(), boardAdapter.getInterval());
plugin.getLogger().info("[sudachi] BoardUpdateRunnable を起動しました");
Expand Down

0 comments on commit 035903b

Please sign in to comment.