Add Support for Exile 1.0.5

This commit is contained in:
Brett Nordin 2018-09-30 10:19:39 -06:00 committed by GitHub
parent 276b4c74cb
commit 1eb872fc78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,6 @@
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];