From 28498f3b89da1bd49c7c4dc3cb5732d45187f4ed Mon Sep 17 00:00:00 2001 From: vbawol Date: Sat, 8 Jul 2017 18:53:24 -0500 Subject: [PATCH] update comment --- Sources/epoch_code/init/both_init.sqf | 1 + 1 file changed, 1 insertion(+) 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;