mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-08-20 08:04:34 -05:00
Enable mafia by default
Recommended by @Zarel, shouldn't be disrupting to any rooms that don't want it.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user