Skip to content

Commit

Permalink
Fixed chat manager can not initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
Despical committed Feb 18, 2024
1 parent 3512776 commit 008ef26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/despical/kotl/handlers/ChatManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ public class ChatManager {
public ChatManager(Main plugin) {
this.plugin = plugin;
this.papiEnabled = plugin.getServer().getPluginManager().isPluginEnabled("PlaceholderAPI");
this.prefix = message("in_game.plugin_prefix");
this.config = ConfigUtils.getConfig(plugin, "messages");
this.prefix = message("in_game.plugin_prefix");
}

public String coloredRawMessage(String message) {
Expand Down

0 comments on commit 008ef26

Please sign in to comment.