From f3536d0144f4aaede5c556631972553b8006b57e Mon Sep 17 00:00:00 2001 From: FoolHen Date: Sun, 16 Apr 2023 15:31:49 +0200 Subject: [PATCH] chore: bump version and disable logger --- ext/Shared/Config.lua | 2 +- mod.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/Shared/Config.lua b/ext/Shared/Config.lua index faa95a6..c616119 100644 --- a/ext/Shared/Config.lua +++ b/ext/Shared/Config.lua @@ -10,7 +10,7 @@ CONFIG = { -- PRINT -- PRINT_DN_TIME_AND_VISIBILITIES = false, -- Print current time every hour along with the visibilities of the 4 presets - LOGGER_ENABLED = true, -- Enables the use of the Logger Class [DEV] + LOGGER_ENABLED = false, -- Enables the use of the Logger Class [DEV] LOGGER_PRINT_ALL = false, -- Prints All Logger Prints -- SERVER -- diff --git a/mod.json b/mod.json index 0a1eead..8ffe58b 100644 --- a/mod.json +++ b/mod.json @@ -3,7 +3,7 @@ "Authors": ["Powback", "IllustrisJack", "Lesley", "GreatApo", "FoolHen"], "Description": "Handles VE", "URL": "https://github.com/BF3RM/VEManager", - "Version": "0.4.3", + "Version": "0.5.0", "HasWebUI": false, "HasVeniceEXT": true }