Skip to content
Snippets Groups Projects
Commit 01294fa0 authored by UnseenKill / goreSplatter's avatar UnseenKill / goreSplatter
Browse files

Merge branch 'fix/unassert' into 'dev'

Parameters are optional here

See merge request !61
parents 02731bb5 22cdc6e9
Branches
No related tags found
1 merge request!61Parameters are optional here
Checking pipeline status
......@@ -4,7 +4,7 @@
#pragma hemtt suppress pw3_padded_arg file
#include "..\pxp.hpp"
if !assert(params[["_traderEntity",objNull,[objNull]]]) exitWith {};
params[["_traderEntity",objNull,[objNull]]];
private _data = [player] call GM_FN(PlayerXP_GetPlayerData, SRC_PXP_ROOT);
if (_data isEqualTo false) exitWith { false };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment