Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Misc - Fix PPeffect error on server at fullHealLocal (#410)
**When merged this pull request will:** - _This is almost the same as this PR. https://github.com/KAT-Advanced-Medical/KAM/pull/385_ - _Add a hasInterface check to the ppEffectCreate section of fnc_fullHealLocal.sqf._ - _This will prevent error records `Post process effect creation failed` from being spammed in the server's .rpt log._ - _This error occurs when you run fullHealLocal against AI on the server (from ZEUS, etc)._ - _This error appears on dedicated servers (maybe even headless clients?). This error causes the log file to exceed 2 GB and slows down processing power due to spam._ - _This fix will also help improve the server's FPS. Reduce unnecessary work on server._ ### IMPORTANT - [Development Guidelines](https://ace3.acemod.org/wiki/development/) are read, understood and applied. - Title of this PR uses our standard template `Component - Add|Fix|Improve|Change|Make|Remove {changes}`.
- Loading branch information