mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Attempted fix #2
This commit is contained in:
parent
a9d6fbd841
commit
f4d7c6818b
@ -1,10 +1,10 @@
|
||||
class CfgVehicles {
|
||||
class Module_F;
|
||||
class ACE_ModuleViewDistance : Module_F {
|
||||
class ACE_Module;
|
||||
class GVAR(ModuleSettings) : ACE_Module {
|
||||
author = "$STR_ACE_Common_ACETeam";
|
||||
category = "ACE";
|
||||
function = QUOTE(DFUNC(initModule));
|
||||
displayName = "View Distance Limiter";
|
||||
function = QFUNC(module);
|
||||
scope = 2;
|
||||
isGlobal = 1;
|
||||
//icon = ""; // needs an icon
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
ADDON = false;
|
||||
|
||||
PREP(module);
|
||||
PREP(initModule);
|
||||
PREP(init);
|
||||
PREP(returnValue);
|
||||
PREP(changeViewDistance);
|
||||
|
Loading…
Reference in New Issue
Block a user