fixed color key for server message function

This commit is contained in:
kai ohara 2025-02-02 19:10:42 -05:00
parent bf74d6de1e
commit 677b6d4d3a
14 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -94,7 +94,7 @@ public final class CoswayUtil extends JavaPlugin {
return sb.toString();
}
public void serverMessage(String msg) {
getServer().broadcastMessage(prefix()+msg);
getServer().broadcastMessage(prefix()+ColorKey(msg));
}
//------------------------------------------------------------------------
public class AnchorShield implements Listener {