corrected false data zote
This commit is contained in:
parent
08ef63d074
commit
d385b1d8bb
2 changed files with 2 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
|
@ -935,6 +935,7 @@ function CheckAdditionalThings(divId, dataObject, playerData, worldData, sceneDa
|
||||||
textSuffix = `<del>${textSuffix}</del>`;
|
textSuffix = `<del>${textSuffix}</del>`;
|
||||||
}
|
}
|
||||||
(playerData[i] === true) ? CurrentDataTrue(): CurrentDataBlank();
|
(playerData[i] === true) ? CurrentDataTrue(): CurrentDataBlank();
|
||||||
|
if (playerData.zoteRescuedBuzzer === true && playerData[i] === false) CurrentDataFalse();
|
||||||
break;
|
break;
|
||||||
case "zoteStatus":
|
case "zoteStatus":
|
||||||
CurrentDataFalse();
|
CurrentDataFalse();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue