Fixed Tricolor Turf War gamemode name.
This commit is contained in:
parent
1321a09a93
commit
55672be6ca
1 changed files with 3 additions and 3 deletions
|
@ -537,9 +537,9 @@ if($typeId === SP_TYPE_SCHED) { // SCHEDULE SHIT
|
|||
'end' => splatoon2_format_date(strtotime('tomorrow')),
|
||||
'variant' => 'vs',
|
||||
'ruleset' => [
|
||||
'id' => 'TRICOLOR',
|
||||
'name' => 'Tricolor Battle',
|
||||
'short' => 'TB',
|
||||
'id' => 'TRICOLOR_TURF_WAR',
|
||||
'name' => 'Tricolor Turf War',
|
||||
'short' => 'TTW',
|
||||
],
|
||||
'stages' => [
|
||||
[
|
||||
|
|
Reference in a new issue