Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Attempt to fix color in msg
Browse files Browse the repository at this point in the history
  • Loading branch information
windcolor-dev committed Mar 21, 2022
1 parent 5e1a595 commit 04ffdbe
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package ga.windpvp.windspigot;

import org.bukkit.Bukkit;

import co.aikar.timings.Timings;
import ga.windpvp.windspigot.async.world.TeleportSafety;
import ga.windpvp.windspigot.commands.MobAICommand;
Expand Down Expand Up @@ -32,7 +34,7 @@ private void init() {
if (WindSpigotConfig.parallelWorld) {
Timings.setTimingsEnabled(false);
System.out.println(" ");
System.out.println(ChatColor.RED + "Timings disabled due to parallel worlds enabled. Timings will break with parallel worlds.");
Bukkit.getConsoleSender().sendMessage(ChatColor.RED + "Timings disabled due to parallel worlds enabled. Timings will break with parallel worlds.");
System.out.println(" ");
TeleportSafety.init();
}
Expand Down

0 comments on commit 04ffdbe

Please sign in to comment.