Add Support for Exile 1.0.5

This commit is contained in:
Brett Nordin 2018-09-30 10:21:16 -06:00 committed by GitHub
parent 16f8471259
commit 18f41bae02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,6 @@
private["_vehicleID", "_data", "_position", "_vectorDirection", "_vectorUp", "_pinCode", "_texture", "_vehicleObject", "_lock", "_unlockInSafeZonesAfterRestart", "_isLocked", "_hitpoints", "_cargoContainers"];
_vehicleID = _this;
"Vehicle Loaded without a steering wheel! We have deleted it from the DB!" call ExileServer_util_log;
_data = format ["loadVehicle:%1", _vehicleID] call ExileServer_system_database_query_selectSingle;
_position = [_data select 8, _data select 9, _data select 10];
_vectorDirection = [_data select 11, _data select 12, _data select 13];