diff options
-rw-r--r-- | init.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -22,7 +22,8 @@ food = { supported = {}, atsup = {}, df = {}, - debug = false + debug = false, + version = 2.1 } -- Checks for external content, and adds support |
index : food | ||
Unnamed repository; edit this file 'description' to name the repository. | root |
summaryrefslogtreecommitdiff |
-rw-r--r-- | init.lua | 3 |
@@ -22,7 +22,8 @@ food = { supported = {}, atsup = {}, df = {}, - debug = false + debug = false, + version = 2.1 } -- Checks for external content, and adds support |