Quick fix for player physical position

This commit is contained in:
Cooldude2606
2024-10-19 18:30:58 +01:00
parent 90d0a122cd
commit 34a7879761
31 changed files with 82 additions and 41 deletions

View File

@@ -27,7 +27,7 @@ local function check_items(player, type)
ExpUtil.move_items_to_surface{
items = items,
surface = player.surface,
surface = game.planets.nauvis.surface,
allow_creation = true,
name = "iron-chest",
}