diff --git a/Sources/epoch_server/compile/epoch_server/EPOCH_server_createTeleport.sqf b/Sources/epoch_server/compile/epoch_server/EPOCH_server_createTeleport.sqf index 2fa303e5..17544302 100644 --- a/Sources/epoch_server/compile/epoch_server/EPOCH_server_createTeleport.sqf +++ b/Sources/epoch_server/compile/epoch_server/EPOCH_server_createTeleport.sqf @@ -102,7 +102,7 @@ if !(_debugBox isEqualTo "") then { if((_deSimulate) || (_disableSim isEqualTo "true"))then{ _ep enableSimulationGlobal false; }; - if([configFile >> "CfgEpochServer", "enableDynamicSimulationSystem", true] call EPOCH_fnc_returnConfigEntry)then + if([configFile >> "CfgEpochServer", "enableDynamicSimulationSystem", true] call EPOCH_fnc_returnConfigEntry) then { _ep enableDynamicSimulation (_dynSim isEqualTo "true"); }; _ep allowDamage (_allowDmg isEqualTo "true");