format everything

This commit is contained in:
Tropical
2026-04-01 13:48:29 -05:00
parent 3e813592e4
commit dd93cfe91e
380 changed files with 2698 additions and 2595 deletions
+1 -2
View File
@@ -54,8 +54,7 @@ void ItemFrame::dropItem(std::shared_ptr<Entity> causedBy) {
}
}
spawnAtLocation(
std::make_shared<ItemInstance>(Item::frame), 0);
spawnAtLocation(std::make_shared<ItemInstance>(Item::frame), 0);
if ((item != nullptr) && (random->nextFloat() < dropChance)) {
item = item->copy();
removeFramedMap(item);