Github issues addressed

- Fixes #1342
- Fixes #1333
- Fixes #1331
This commit is contained in:
Frank
2020-10-26 09:13:49 +01:00
parent 1312555690
commit 9cb3111dd5
3 changed files with 4 additions and 4 deletions

View File

@@ -7025,7 +7025,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