mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-20 23:20:50 +03:00
Forgot coins
This commit is contained in:
@@ -75,7 +75,7 @@ call {
|
|||||||
};
|
};
|
||||||
if (_type == "coins") exitwith {
|
if (_type == "coins") exitwith {
|
||||||
_object setVariable ["lastInventory",["forceUpdate"]];
|
_object setVariable ["lastInventory",["forceUpdate"]];
|
||||||
[_object,_objectID,_objectUID] call server_obj_inv;
|
[_object,_objectID,_objectUID,_class] call server_obj_inv;
|
||||||
};
|
};
|
||||||
"";
|
"";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user