diff --git a/Sources/epoch_code/init/both_init.sqf b/Sources/epoch_code/init/both_init.sqf index 4f3221cc..d8b48586 100644 --- a/Sources/epoch_code/init/both_init.sqf +++ b/Sources/epoch_code/init/both_init.sqf @@ -111,4 +111,5 @@ _say3dsounds = "isClass _x" configClasses (_say3dsoundsConfig); // disable remote sensors on server and client as all Epoch AI is local to the side controlling it. disableRemoteSensors (["CfgEpochClient", "disableRemoteSensors", true] call EPOCH_fnc_returnConfigEntryV2); +// Enable Dynamic simulation on both server and clients (maybe only needed server side) enableDynamicSimulationSystem true;