fix
This commit is contained in:
parent
93eca35471
commit
51d9f2d06e
2 changed files with 13 additions and 8 deletions
|
@ -70,8 +70,8 @@ Config.JobBossRanks = {
|
|||
specificRanks = {}
|
||||
},
|
||||
["cinema"] = {
|
||||
maxRank = false, -- Will automatically detect the highest rank
|
||||
specificRanks = {0,1} -- Or you can specify ranks like {3, 4} if needed
|
||||
maxRank = true, -- Will automatically detect the highest rank
|
||||
specificRanks = {1} -- Or you can specify ranks like {3, 4} if needed
|
||||
},
|
||||
["kayas"] = {
|
||||
maxRank = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue