Merge pull request #52 from Lugghawk/development

#51 - playerCanDrive is no longer being overridden to true
This commit is contained in:
mrSkortch 2020-06-22 03:05:46 -06:00 committed by GitHub
commit a023c7ff54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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