Update ExileServer_object_container_database_load.sqf

This commit is contained in:
Brett Nordin 2018-09-24 10:31:34 -06:00 committed by GitHub
parent 54081e57ae
commit 5e3abb6232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@
private["_containerID", "_data", "_position", "_vectorDirection", "_vectorUp", "_abandoned", "_containerObject", "_cargoContainers"];
_containerID = _this;
"Missing Data! Container loaded partialy, we have deleted this container!" call ExileServer_util_log;
_data = format ["loadContainer:%1", _containerID] call ExileServer_system_database_query_selectSingle;
_position = [_data select 4, _data select 5, _data select 6];
_vectorDirection = [_data select 7, _data select 8, _data select 9];