Skip to content

Commit 3fef1ce

Browse files
committed
next one
1 parent 9f9d5bf commit 3fef1ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/main/java/org/bukkit/map/MapCanvas.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public interface MapCanvas {
7070
/**
7171
* Render text to the map using fancy formatting. Newline (\n) characters
7272
* will move down one line and return to the original column, and the text
73-
* color can be changed using sequences such as "§12;", replacing 12 with
73+
* color can be changed using sequences such as (removed) replacing 12 with
7474
* the palette index of the color (see {@link MapPalette}).
7575
*
7676
* @param x The column to start rendering on.

Diff for: src/main/java/org/bukkit/map/MinecraftFont.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.bukkit.map;
1+
package org.bukkit.map;
22

33
/**
44
* Represents the built-in Minecraft font.

0 commit comments

Comments
 (0)