Skip to content

Commit

Permalink
Update _config.lua
Browse files Browse the repository at this point in the history
sampobj_reloaded no longer in OTHER_RESOURCES by default, less annoying
  • Loading branch information
Fernando-A-Rocha committed Jan 12, 2023
1 parent e347865 commit 1cf0519
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions newmodels/_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1cf0519

Please sign in to comment.