From 6a5fe708b5ad5eed27fd8019382009dddaef1949 Mon Sep 17 00:00:00 2001 From: SON3K <140621308+SON3K96@users.noreply.github.com> Date: Fri, 25 Oct 2024 21:04:34 +0200 Subject: [PATCH] Update config.lua --- shared/config.lua | 6 ++++++ 1 file changed, 6 insertions(+) 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",