Make craftguide a global var

This commit is contained in:
Jean-Patrick Guerrero 2018-12-17 00:38:58 +01:00
parent 53833af635
commit 610117de08
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
local craftguide = {
craftguide = {
custom_crafts = {},
craft_types = {},
}