fixed funbox type not showing in results screen

This commit is contained in:
Saint-dev 2021-04-08 12:02:02 -04:00
parent 2df9fc379c
commit ecbd6000c3

View file

@ -1658,8 +1658,8 @@ export function finish(difficultyFailed = false) {
if (Config.blindMode) {
testType += "<br>blind";
}
if (Funbox.active !== "none") {
testType += "<br>" + Funbox.active.replace(/_/g, " ");
if (Funbox.funboxSaved !== "none") {
testType += "<br>" + Funbox.funboxSaved.replace(/_/g, " ");
}
if (Config.difficulty == "expert") {
testType += "<br>expert";