We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ac9e8 commit c2cdc3bCopy full SHA for c2cdc3b
1 file changed
src/private_machine_methods/cli_iteraction.lua
@@ -25,7 +25,7 @@ private_lua_ship_machine_methods.build = function(self_obj, name)
25
end
26
27
private_lua_ship_machine_methods.create_start_command = function(self_obj, props)
28
- if not props.rebuild then
+ if props.rebuild == nil then
29
props.rebuild = true
30
31
local name = props.name
0 commit comments