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')),
|
'end' => splatoon2_format_date(strtotime('tomorrow')),
|
||||||
'variant' => 'vs',
|
'variant' => 'vs',
|
||||||
'ruleset' => [
|
'ruleset' => [
|
||||||
'id' => 'TRICOLOR',
|
'id' => 'TRICOLOR_TURF_WAR',
|
||||||
'name' => 'Tricolor Battle',
|
'name' => 'Tricolor Turf War',
|
||||||
'short' => 'TB',
|
'short' => 'TTW',
|
||||||
],
|
],
|
||||||
'stages' => [
|
'stages' => [
|
||||||
[
|
[
|
||||||
|
|
Reference in a new issue