mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 21:09:18 +08:00
fixed punctuation not working with 58008
This commit is contained in:
parent
fefe7cd9e9
commit
b8230becc3
1 changed files with 0 additions and 1 deletions
|
@ -615,7 +615,6 @@ export function restart(
|
|||
UpdateConfig.setPunctuation(false, true);
|
||||
UpdateConfig.setNumbers(false, true);
|
||||
} else if (Config.funbox === "58008") {
|
||||
UpdateConfig.setPunctuation(false, true);
|
||||
UpdateConfig.setNumbers(false, true);
|
||||
} else if (Config.funbox === "specials") {
|
||||
UpdateConfig.setPunctuation(false, true);
|
||||
|
|
Loading…
Reference in a new issue