9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-24 01:29:16 +00:00

Fix log colors. Closes #22

This commit is contained in:
Andrew Baker
2020-10-23 11:00:36 -07:00
parent e939ffaf2d
commit dd6c20ce74

View File

@@ -276,7 +276,7 @@ public class Iris extends MortarPlugin
return;
}
String msg = C.GREEN + "[Iris]: " + C.GRAY + string;
String msg = C.GRAY + "[" + C.GREEN + "Iris" + C.GRAY + "]: " + string;
Bukkit.getConsoleSender().sendMessage(msg);
lock.unlock();
}