- Laser
This commit is contained in:
Frank
2020-10-26 08:01:56 +01:00
parent ab0e7e735a
commit 2d6653c14a
6 changed files with 471 additions and 87 deletions

View File

@@ -7049,7 +7049,7 @@ function WAREHOUSE:_CheckRequestNow(request)
-- If no transport is requested, assets need to be mobile unless it is a self request.
local onlymobile=false
if type(request.transport)=="number" and request.ntransport==0 and not request.toself then
if type(request.ntransport)=="number" and request.ntransport==0 and not request.toself then
onlymobile=true
end