Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Applevangelist committed Aug 12, 2024
2 parents 875b5fb + 35c2481 commit bb865ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Moose Development/Moose/Ops/CTLD.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3240,7 +3240,7 @@ end
-- @param Wrapper.Unit#UNIT Unit
-- @return #boolean Outcome
function CTLD:IsHook(Unit)
if string.find(Unit:GetTypeName(),"CH.47") then
if Unit and string.find(Unit:GetTypeName(),"CH.47") then
return true
else
return false
Expand Down

0 comments on commit bb865ae

Please sign in to comment.