fix: no it did not fix that

This commit is contained in:
ChomeNS
2025-03-16 09:25:37 +07:00
parent d75611ff6f
commit fb8dd58de1
2 changed files with 3 additions and 3 deletions

View File

@@ -325,8 +325,8 @@ public class CorePlugin extends PositionPlugin.Listener {
private void resizeTick () {
if (!ready) return;
// fixes a bug where the Y positions are more than the ones in toSize
if (to.getY() > toSize.getY() || from.getY() > toSize.getY()) reset();
// fixes a bug where the block positions are more than the ones in from and to
if (!isCore(block)) reset();
final Vector3i oldSize = toSize;