From 1cf051958185e2507027b61f653365b68310c1d5 Mon Sep 17 00:00:00 2001 From: Fernando-A-Rocha Date: Thu, 12 Jan 2023 23:04:58 +0000 Subject: [PATCH] Update _config.lua sampobj_reloaded no longer in OTHER_RESOURCES by default, less annoying --- newmodels/_config.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/newmodels/_config.lua b/newmodels/_config.lua index 8b5758e..ef7139f 100644 --- a/newmodels/_config.lua +++ b/newmodels/_config.lua @@ -28,10 +28,8 @@ STARTUP_VERIFICATIONS = true -- Usually these are resources that use newmodels and you want them to start only after newmodels, -- and they can be stopped when newmodels stops OTHER_RESOURCES = { - { name = "sampobj_reloaded", start = true, stop = true} + -- { name = "sampobj_reloaded", start = true, stop = true} } --- Empty table means no resources will be started/stopped --- CHILD_RESOURCES = {} -- Mod file download feature SHOW_DOWNLOADING = true -- display the downloading progress dxDraw