From a82fb4e4fc60e458e56489fba595339cd26c99b4 Mon Sep 17 00:00:00 2001 From: icomrade Date: Sun, 1 Jun 2014 03:00:54 -0400 Subject: [PATCH] Fix #1287 --- SQF/dayz_code/system/ca/functions/init.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/system/ca/functions/init.sqf b/SQF/dayz_code/system/ca/functions/init.sqf index 4b434fd5d..96f92a0b3 100644 --- a/SQF/dayz_code/system/ca/functions/init.sqf +++ b/SQF/dayz_code/system/ca/functions/init.sqf @@ -90,7 +90,7 @@ for "_t" from 0 to 2 do { //" private ["_test", "_test2"]; -_test = (_this select 0) setPos ([(_this select 0)] call FNC_GetPos); if (isnil "_test") then {_test = false}; +_test = (_this select 0) setPos (getPos (_this select 0)); if (isnil "_test") then {_test = false}; _test2 = (_this select 0) playMove ""; if (isnil "_test2") then {_test2 = false}; _testvar = getText (configFile >> "CfgMissions" >> "Missions" >> "SP_BearRising" >> "directory"); if (_testvar != "") then {