|
|
@ -40,7 +40,7 @@ public class CraftSign extends CraftBlockState implements Sign { |
|
|
|
public boolean update(boolean force, boolean applyPhysics) { |
|
|
|
public boolean update(boolean force, boolean applyPhysics) { |
|
|
|
boolean result = super.update(force, applyPhysics); |
|
|
|
boolean result = super.update(force, applyPhysics); |
|
|
|
|
|
|
|
|
|
|
|
if (result) { |
|
|
|
if (result && sign != null) { |
|
|
|
sign.signText = sanitizeLines(lines); |
|
|
|
sign.signText = sanitizeLines(lines); |
|
|
|
sign.markDirty(); |
|
|
|
sign.markDirty(); |
|
|
|
} |
|
|
|
} |
|
|
|