mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-20 23:21:33 +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.
|
||||
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