Remove invalid item from file loader

This commit is contained in:
Cooldude2606
2026-06-26 14:30:35 +01:00
parent f4766cd20e
commit 147c586c4b
2 changed files with 4 additions and 1 deletions
+4
View File
@@ -120,3 +120,7 @@ commands.get_home = Commands.new("get-home", { "exp-commands_home.description-ge
local _, floor_position = align_to_grid(player_home[1])
return Commands.status.success{ "exp-commands_home.home-get", surface.localised_name, floor_position.x, floor_position.y }
end)
return {
commands = commands,
}