Removed Unnecessary Mod Files; Updated Mods

This commit is contained in:
2024-03-20 06:40:41 -04:00
parent 7f0caa168b
commit 290378b961
185 changed files with 14333 additions and 8374 deletions
@@ -34,6 +34,9 @@ function UIPAWReticle:__init() super()
--printf("UIPAWReticle:__init(%s)",id)
self:InitControls()
RegisterScriptCallback("actor_on_net_destroy", self)
RegisterScriptCallback("npc_on_death_callback", self)
RegisterScriptCallback("npc_on_net_destroy", self)
-- Nasty crashes can occur if the last target object is destroyed, so clear it on death or destruction
end
@@ -334,7 +337,9 @@ end
function UIPAWReticle:Update()
if has_alife_info("BAR_ARENA_FIGHT") then return end
local mode = paw.reticle_mode
local tag_mode = paw.autotag_mode
local cart_mode = paw.cart_mode
local enabled = false
if autotag_milpda and pda_feature_en then