mirror of
https://github.com/mrSkortch/MissionScriptingTools.git
synced 2026-08-13 17:30:04 +00:00
#51 - playerCanDrive is no longer being overridden to true
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user