diff --git a/resources/[jobs]/[crime]/nordi_containerheist/config.lua b/resources/[jobs]/[crime]/nordi_containerheist/config.lua index 962c6b4e8..2b40051ae 100644 --- a/resources/[jobs]/[crime]/nordi_containerheist/config.lua +++ b/resources/[jobs]/[crime]/nordi_containerheist/config.lua @@ -449,19 +449,3 @@ Config.ContainerTypes = { --- Locations where containers can be found (optional, for target setup) -Config.ContainerLocations = { - { - coords = vector3(1000.0, -3000.0, 5.0), - heading = 0.0, - model = "prop_container_01a", - spawnContainer = true, -- Whether to spawn a container at this location - }, - { - coords = vector3(980.0, -3000.0, 5.0), - heading = 0.0, - model = "prop_container_01b", - spawnContainer = true, - }, - -- Add more fixed locations as needed -}