Escaped signtexts.

This commit is contained in:
Robin Kupper
2011-04-06 13:55:37 +02:00
parent e07f81f82d
commit 87eee5f9b8

View File

@@ -38,7 +38,7 @@ public class Consumer implements Runnable
playerName = playerName.substring(0, 32);
BlockRow row = new BlockRow(table, playerName, typeBefore, typeAfter, data, block.getX(), block.getY(), block.getZ());
if (signtext != null)
row.signtext = signtext;
row.signtext = signtext.replace("'", "\\'");
if (ca != null)
row.ca = ca;
if (!bqueue.offer(row))