Jacob Schmidt c17e7921b3
All checks were successful
Build / Build (push) Successful in 27s
fix: Use EFUNC for org store verification in handlePurchase
This commit fixes an issue in `fnc_handlePurchase.sqf` where the organization store was being accessed directly from the mission namespace. This has been updated to use the `EFUNC(org,verifyOrgStore)` function to ensure proper verification and access to the organization store. This change improves code maintainability and reduces the risk of errors due to incorrect store access.
2025-04-05 16:57:29 -05:00
..