diff --git a/shared/config.lua b/shared/config.lua index 4e29f4d..d464bd7 100644 --- a/shared/config.lua +++ b/shared/config.lua @@ -36,6 +36,12 @@ Config.ImagesPath = "nui://ars_hunting/_icons/" -- | | -- |_| + +Config.Tent = { + enable = true, + tentItem = "tent" +} + Config.Campfire = { enable = true, campfireItem = "campfire",