Added support for hanging signs

This commit is contained in:
Intelli 2023-07-13 13:06:47 -06:00
parent cde18dc529
commit 47a000a57f
9 changed files with 23 additions and 12 deletions

View file

@ -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);