mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 22:24:36 +00:00
MAINT dawn should always be last
This commit is contained in:
parent
2c24bd6e94
commit
3700d1293f
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ export default {
|
||||||
rolesFirstNight.push({
|
rolesFirstNight.push({
|
||||||
id: "dawn",
|
id: "dawn",
|
||||||
name: this.locale.modal.nightOrder.dawn,
|
name: this.locale.modal.nightOrder.dawn,
|
||||||
firstNight: 60,
|
firstNight: Infinity,
|
||||||
team: "default",
|
team: "default",
|
||||||
players: [],
|
players: [],
|
||||||
firstNightReminder: this.locale.modal.nightOrder.dawnDescription1,
|
firstNightReminder: this.locale.modal.nightOrder.dawnDescription1,
|
||||||
|
|
Loading…
Add table
Reference in a new issue