Enable mafia by default

Recommended by @Zarel, shouldn't be disrupting to any rooms that don't want it.
This commit is contained in:
HoeenHero
2019-07-02 10:54:45 -04:00
parent 06a0b93e83
commit 607ecf3a2c

View File

@@ -111,7 +111,7 @@ class BasicRoom {
this.filterStretching = false;
this.filterEmojis = false;
this.filterCaps = false;
this.mafiaEnabled = false;
this.mafiaEnabled = true;
this.unoDisabled = false;
/** @type {'%' | boolean} */
this.toursEnabled = false;