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