-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
None
-
Environment:
Version:
git-Spigot-b6ecf3b-fb423b8 (MC: 1.12.2)
When drawing text to a MapCanvas, using unknown characters like "§" crashes the server.
Example:
MapCanvas#drawText(0, 0, MinecraftFont.Font, "§6Hello");
I encountered this bug when I accidentally used the standard coloring for maps. Though, the server shouldn't crash because of doing so.