mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-01 13:01:36 +01:00
Disable physics update when blocking the end dragon (#723)
This commit is contained in:
parent
9b0575246c
commit
2d8b9ad628
@ -41,7 +41,7 @@ public class BlockEndDragon implements Listener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Setting a End Portal at the top will trick dragon legacy check.
|
// Setting a End Portal at the top will trick dragon legacy check.
|
||||||
e.getChunk().getBlock(0, 255, 0).setType(Material.END_PORTAL);
|
e.getChunk().getBlock(0, 255, 0).setType(Material.END_PORTAL, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user