fix: override for both hands interaction for b42 and cheat prevention

This commit is contained in:
ZioPao
2025-09-30 00:58:37 +02:00
parent 4714bd7b82
commit 5f71cebdc0
3 changed files with 27 additions and 11 deletions

View File

@@ -86,7 +86,7 @@ function ProsthesisHandler.SearchAndSetupProsthesis(item, isEquipping)
dcInst:apply()
-- Calculates hands feasibility once again
CachedDataHandler.CalculateBothHandsFeasibility()
CachedDataHandler.OverrideBothHandsFeasibility()
return true
end