Fix unequip prosthesis for b42

This commit is contained in:
ZioPao
2025-03-31 22:46:12 +02:00
parent 671bf133e3
commit f93c0503f8
3 changed files with 27 additions and 19 deletions

View File

@@ -177,7 +177,6 @@ function ISUnequipAction:perform()
-- This could break if amputated limbs aren't cached for some reason
triggerEvent("OnProsthesisUnequipped", hal)
end
end
end
end