From 5f661b5ed4ba3ca1cf8858a8dd9af06492124bb5 Mon Sep 17 00:00:00 2001 From: AliasAlreadyTaken Date: Sat, 26 Feb 2022 00:41:05 +0100 Subject: [PATCH] Disable unnecessary globals --- init.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/init.lua b/init.lua index b1d9ac5..ad71bcd 100644 --- a/init.lua +++ b/init.lua @@ -11,10 +11,10 @@ local mod_start_time = core.get_us_time() core.log("action", "[MOD] yl_matterbridge loading") yl_matterbridge = {} -yl_matterbridge.error = {} -yl_matterbridge.modstorage = core.get_mod_storage() -yl_matterbridge.modpath = core.get_modpath("yl_matterbridge") .. DIR_DELIM -yl_matterbridge.worldpath = core.get_worldpath() .. DIR_DELIM +--yl_matterbridge.error = {} +--yl_matterbridge.modstorage = core.get_mod_storage() +--yl_matterbridge.modpath = core.get_modpath("yl_matterbridge") .. DIR_DELIM +--yl_matterbridge.worldpath = core.get_worldpath() .. DIR_DELIM yl_matterbridge.information = {} yl_matterbridge.information.version = "0.0.2"