mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #3901 from acemod/vMassNull
movement - Handle objNull in virtualMass
This commit is contained in:
commit
f17d4af645
@ -14,6 +14,8 @@
|
||||
|
||||
params ["_unit"];
|
||||
|
||||
if (isNull _unit) exitWith {};
|
||||
|
||||
// add sum of virtual loads
|
||||
private _virtualLoad = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user