mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Merge pull request #868 from Ignatz-HeMan/patch-4
Missing Server function + teleport pos fix
This commit is contained in:
commit
fa3733fc63
@ -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";
|
||||
|
@ -124,7 +124,7 @@ if !(_debugBox isEqualTo "") then {
|
||||
};
|
||||
|
||||
if !(_useWorldPos) then {
|
||||
_pos1 = _debug modelToWorld _pos1;
|
||||
_pos1 = asltoatl (_debug modeltoworldworld _pos1);
|
||||
};
|
||||
|
||||
_exitClass = _x select 2;
|
||||
|
Loading…
Reference in New Issue
Block a user