Skip to content

Commit c2cdc3b

Browse files
att
1 parent e0ac9e8 commit c2cdc3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/private_machine_methods/cli_iteraction.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ private_lua_ship_machine_methods.build = function(self_obj, name)
2525
end
2626

2727
private_lua_ship_machine_methods.create_start_command = function(self_obj, props)
28-
if not props.rebuild then
28+
if props.rebuild == nil then
2929
props.rebuild = true
3030
end
3131
local name = props.name

0 commit comments

Comments
 (0)