Skip to content

Commit

Permalink
Crash fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DerpleMQ2 committed Jan 1, 2024
1 parent 0a228ff commit ccb4f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/rgmercs_utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1155,7 +1155,7 @@ function Utils.FindTarget()
end

function Utils.GetXTHaterCount()
local xtCount = mq.TLO.Me.XTarget()
local xtCount = mq.TLO.Me.XTarget() or 0
local haterCount = 0

for i = 1, xtCount do
Expand Down

0 comments on commit ccb4f2c

Please sign in to comment.