mirror of
https://github.com/mrSkortch/MissionScriptingTools.git
synced 2025-08-15 10:47:23 +00:00
Merge pull request #52 from Lugghawk/development
#51 - playerCanDrive is no longer being overridden to true
This commit is contained in:
commit
a023c7ff54
2
mist.lua
2
mist.lua
@ -1459,7 +1459,7 @@ do -- the main scope
|
|||||||
end
|
end
|
||||||
|
|
||||||
elseif newCat == 'GROUND_UNIT' then
|
elseif newCat == 'GROUND_UNIT' then
|
||||||
if not unitData.playerCanDrive then
|
if nil == unitData.playerCanDrive then
|
||||||
unitData.playerCanDrive = true
|
unitData.playerCanDrive = true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@ -1459,7 +1459,7 @@ do -- the main scope
|
|||||||
end
|
end
|
||||||
|
|
||||||
elseif newCat == 'GROUND_UNIT' then
|
elseif newCat == 'GROUND_UNIT' then
|
||||||
if not unitData.playerCanDrive then
|
if nil == unitData.playerCanDrive then
|
||||||
unitData.playerCanDrive = true
|
unitData.playerCanDrive = true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user