Forgot coins

This commit is contained in:
Merlijn
2019-11-05 11:44:00 +01:00
parent c0eff73d0f
commit 2178b80ec7

View File

@@ -75,7 +75,7 @@ call {
};
if (_type == "coins") exitwith {
_object setVariable ["lastInventory",["forceUpdate"]];
[_object,_objectID,_objectUID] call server_obj_inv;
[_object,_objectID,_objectUID,_class] call server_obj_inv;
};
"";
};