mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Missing =
This commit is contained in:
parent
a41299b05a
commit
d0b0a0e066
@ -16,7 +16,7 @@
|
||||
|
||||
EXPLODE_2_PVT(_this,_unit,_weapon);
|
||||
|
||||
if (_weapon = "") exitWith {-1};
|
||||
if (_weapon == "") exitWith {-1};
|
||||
|
||||
[
|
||||
primaryWeapon _unit,
|
||||
|
Loading…
Reference in New Issue
Block a user