Merge pull request #868 from Ignatz-HeMan/patch-4

Missing Server function + teleport pos fix
This commit is contained in:
vbawol 2017-09-22 16:21:50 -05:00 committed by GitHub
commit fa3733fc63
2 changed files with 5 additions and 1 deletions

View File

@ -24,6 +24,10 @@ class cfgFunctions
tag = "EPOCH";
class functions
{
class arrayToLogic
{
file = "epoch_code\compile\functions\EPOCH_fnc_arrayToLogic.sqf";
};
class returnConfigEntryV2
{
file = "epoch_code\compile\functions\EPOCH_fn_returnConfigEntryV2.sqf";

View File

@ -124,7 +124,7 @@ if !(_debugBox isEqualTo "") then {
};
if !(_useWorldPos) then {
_pos1 = _debug modelToWorld _pos1;
_pos1 = asltoatl (_debug modeltoworldworld _pos1);
};
_exitClass = _x select 2;