mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fix script error caused by new arguments passed to handleDamage (#4866)
* fix script error caused by new arguments passed to handleDamage * Copy array to not break other handleDamage ehs * Resize to 7
This commit is contained in:
parent
aa393ccf92
commit
9d68fbf987
@ -18,6 +18,7 @@
|
||||
*/
|
||||
#include "script_component.hpp"
|
||||
|
||||
_this = _this select [0, 7];
|
||||
params ["_unit", "_selection", "_damage", "_shooter", "_projectile", "_hitPointIndex"];
|
||||
TRACE_5("ACE_DEBUG: HandleDamage Called",_unit, _selection, _damage, _shooter, _projectile);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user