Compare commits

..

No commits in common. "c5eebb7e88c658a33370952eba9325d9d95a08c0" and "804e619e8a1a9a113e51e9af33a5962d18128ea6" have entirely different histories.

View File

@ -41,7 +41,6 @@ public class ToggleableForCustomChannel extends Toggleable {
new BukkitRunnable() {
@Override
public void run() {
ALogger.info(String.format("%s sent %s message: %s", player.getName(), customChannel.getChannelName(), message));
ChatPlugin.getInstance().getChatHandler().chatChannel(player, customChannel, message);
}
}.runTaskAsynchronously(ChatPlugin.getInstance());