mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Refactor private ARRAY to private keyword (#5598)
* Everything * Fixed missing ; * Fix missing ; and double private * Fixed cannot isNull on number * Turn _temparture back to isNil * Fix error from merge
This commit is contained in:
committed by
PabstMirror
parent
22c8ef1e8a
commit
81e02a7336
@ -43,7 +43,7 @@ private _onFinish = {
|
||||
};
|
||||
|
||||
private _onFailure = {
|
||||
EXPLODE_3_PVT((_this select 0),_player,_target,_magazine);
|
||||
(_this select 0) params ["_player", "_target", "_magazine"];
|
||||
[_player, "AmovPknlMstpSrasWrflDnon", 1] call EFUNC(common,doAnimation);
|
||||
|
||||
// Add back the magazine with the former ammo count
|
||||
|
Reference in New Issue
Block a user