Format code [skip actions]

This commit is contained in:
github-actions
2023-09-10 23:21:44 +00:00
parent fbe2b138ee
commit 8de281d4da
6 changed files with 21 additions and 9 deletions

View File

@@ -541,7 +541,11 @@ public class Scene {
if (target instanceof EntityGadget gadget) {
if (gadget.getMetaGadget() != null) {
world.getServer().getDropSystem().handleChestDrop(gadget.getMetaGadget().drop_id, gadget.getMetaGadget().drop_count, gadget);
world
.getServer()
.getDropSystem()
.handleChestDrop(
gadget.getMetaGadget().drop_id, gadget.getMetaGadget().drop_count, gadget);
}
}