@@ -0,0 +0,0 @@ public class TileEntitySign extends TileEntity implements ICommandListener {
private static final boolean keepInvalidUnicode = Boolean.getBoolean("Paper.keepInvalidUnicode"); // Allow people to keep their bad unicode if they really want it
private boolean privateUnicodeRemoved = false;
public java.util.UUID signEditor;
+ private static final boolean CONVERT_LEGACY_SIGNS = Boolean.getBoolean("convertLegacySigns");
// Paper end
public TileEntitySign() {
@@ -0,0 +0,0 @@ public class TileEntitySign extends TileEntity implements ICommandListener {