Skip to content
This repository was archived by the owner on Feb 15, 2022. It is now read-only.

Commit 8f49234

Browse files
committed
Fixed wrong channel name
1 parent 108bec4 commit 8f49234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blccpsapibukkit/src/main/java/net/badlion/blccpsapibukkit/BlcCpsApiBukkit.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public void onEnable() {
4040
this.conf = loadConf(new File(this.getDataFolder(), "config.json"));
4141

4242
// Register channel
43-
this.getServer().getMessenger().registerOutgoingPluginChannel(this, "BLC|M");
43+
this.getServer().getMessenger().registerOutgoingPluginChannel(this, "BLC|C");
4444

4545
// Only register the listener if the config loads successfully
4646
this.getServer().getPluginManager().registerEvents(new PlayerListener(this), this);

0 commit comments

Comments
 (0)