forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
3c524df1d3
commit
4f7a53e4a7
1 changed files with 0 additions and 16 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue