From 997fe7fc2461afa4e36776f3179eaf20343e06ad Mon Sep 17 00:00:00 2001 From: Mycroft Date: Mon, 26 Apr 2021 16:28:08 +0100 Subject: [PATCH] Add Comments --- config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.lua b/config.lua index a989b254..7dce64fd 100644 --- a/config.lua +++ b/config.lua @@ -13,5 +13,5 @@ Config.EnableSocietyPayouts = false -- pay from the society account that the pla Config.EnableHud = true -- enable the default hud? Display current job and accounts (black, bank & cash) Config.MaxWeight = 24 -- the max inventory weight without backpack Config.PaycheckInterval = 7 * 60000 -- how often to recieve pay checks in milliseconds -Config.EnableDebug = false -Config.EnableDefaultInventory = true +Config.EnableDebug = false -- Use Debug options? +Config.EnableDefaultInventory = true -- Display the default Inventory ( F2 )