Changed 0 to 1.

This commit is contained in:
Defent 2015-08-27 23:06:04 +02:00
parent 6650113e98
commit 8fdba26b2f

View File

@ -1,6 +1,6 @@
private ["_pos","_crate"]; private ["_pos","_crate"];
_pos = _this select 0; _pos = _this select 0;
_crate = _this select 0; _crate = _this select 1;
deleteMarker "DMS_MainMarker"; deleteMarker "DMS_MainMarker";
deleteMarker "DMS_MainDot"; deleteMarker "DMS_MainDot";
uiSleep DMS_CleanUpTimer; uiSleep DMS_CleanUpTimer;