Archived
0

Fixed world name not being colored yellow in WorldBorder's postEnable

This commit is contained in:
Minenash
2019-01-03 22:49:44 -05:00
parent 25c330e4ef
commit 4922bb4aea

View File

@@ -112,7 +112,7 @@ public class WorldBorder implements Module, Listener {
String world = (String) o;
WorldBorderInfo info = WorldBorderInfo.fromJSONObject((JSONObject) j.get(world));
borderInfos.put(world, info);
getLogger().info("Loaded world, " + world + ", with the boarder " + info.getMessage());
getLogger().info("Loaded world, &e" + world + "&7, with the boarder " + info.getMessage());
}
}