update comment

This commit is contained in:
vbawol 2017-07-08 18:53:24 -05:00
parent b2354dc5a6
commit 28498f3b89

View File

@ -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;