Added support for hanging signs
This commit is contained in:
parent
cde18dc529
commit
47a000a57f
9 changed files with 23 additions and 12 deletions
|
|
@ -823,7 +823,7 @@ public class Rollback extends Queue {
|
|||
blockCount1++;
|
||||
}
|
||||
}
|
||||
else if (Tag.SIGNS.isTagged(rowType)) {// sign
|
||||
else if (BukkitAdapter.ADAPTER.isSign(rowType)) {// sign
|
||||
Util.prepareTypeAndData(chunkChanges, block, rowType, blockData, false);
|
||||
Queue.queueSignUpdate(rowUser, block.getState(), rollbackType, rowTime);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue