mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Cleaned up headers, newlines in viewdistance
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
/*
|
||||
* Author: Winter
|
||||
* Initialises the view distance limiter module
|
||||
*
|
||||
* Initializes the view distance limiter module.
|
||||
*
|
||||
* Arguments:
|
||||
* 0: logic <OBJECT>
|
||||
@ -10,7 +9,6 @@
|
||||
*
|
||||
* Return Value:
|
||||
* None
|
||||
*
|
||||
*/
|
||||
|
||||
#include "script_component.hpp"
|
||||
@ -26,4 +24,4 @@ if (!_activated) exitWith {
|
||||
[_logic, QGVAR(enabled),"moduleViewDistanceEnabled"] call EFUNC(common,readSettingFromModule);
|
||||
[_logic, QGVAR(limitViewDistance),"moduleViewDistanceLimit"] call EFUNC(common,readSettingFromModule);
|
||||
|
||||
diag_log format ["[ACE]: View Distance Limit Module Initialized. Limit set by module: %1",GVAR(limitViewDistance)];
|
||||
diag_log format ["[ACE]: View Distance Limit Module Initialized. Limit set by module: %1",GVAR(limitViewDistance)];
|
||||
|
Reference in New Issue
Block a user