mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Changed 0 to 1.
This commit is contained in:
parent
6650113e98
commit
8fdba26b2f
@ -1,6 +1,6 @@
|
||||
private ["_pos","_crate"];
|
||||
_pos = _this select 0;
|
||||
_crate = _this select 0;
|
||||
_crate = _this select 1;
|
||||
deleteMarker "DMS_MainMarker";
|
||||
deleteMarker "DMS_MainDot";
|
||||
uiSleep DMS_CleanUpTimer;
|
||||
|
Loading…
Reference in New Issue
Block a user