mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
7 lines
260 B
Plaintext
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); |