ACE3/addons/viewdistance/XEH_postInit.sqf
2015-05-08 18:41:32 +02:00

7 lines
260 B
Plaintext

#include "script_component.hpp"
if (!GVAR(changeAllowed)) exitWith {
// if viewdistance module is disabled from config, exit here.
diag_log format["[ACE]: View Distance is disabled from the config.cpp in the pbo"];
};
[] call FUNC(initViewDistance);