forked from Simnation/Main
Fix
This commit is contained in:
parent
9ca36eaf46
commit
881948ea08
1 changed files with 10 additions and 3 deletions
|
@ -21,9 +21,16 @@ Config.enableCommand = false
|
|||
Config.enableMarker = true -- purple marker at the DJ stations
|
||||
|
||||
Config.DJPositions = {
|
||||
{
|
||||
name = 'bahama',
|
||||
pos = vector3(-1381.01, -616.17, 31.5),
|
||||
{
|
||||
name = 'Haus Marc',
|
||||
pos = vector3(-3108.1047, 1409.5372, 23.2553),
|
||||
requiredJob = nil, -- example: requiredJob = "dj"
|
||||
range = 25.0,
|
||||
volume = 1.0 --[[ do not touch the volume! --]]
|
||||
} ,
|
||||
{
|
||||
name = 'Haus Ente',
|
||||
pos = vector3(122.2373, 609.4364, 212.9984),
|
||||
requiredJob = nil, -- example: requiredJob = "dj"
|
||||
range = 25.0,
|
||||
volume = 1.0 --[[ do not touch the volume! --]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue