Merge branch 'master' into develop

This commit is contained in:
Frank
2020-10-26 09:17:41 +01:00
3 changed files with 4 additions and 4 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