From 346390f42242ac8a64b02e8947ad9a7cb95bf07a Mon Sep 17 00:00:00 2001 From: Lily-129 <68935009+Lily-129@users.noreply.github.com> Date: Sat, 22 Jan 2022 20:04:43 -0500 Subject: [PATCH] test ing in production :eggTF: --- mods/randomness.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/randomness.js b/mods/randomness.js index b35accbf..735c5fbc 100644 --- a/mods/randomness.js +++ b/mods/randomness.js @@ -356,5 +356,5 @@ runAfterLoad(function() { "M1|DL:"+eLists.FAIRY+"|M1", ] var toRemove = ["burning_unnamed_gas","burning_unnamed_powder","black_decay"]; - randomChoices = randomChoices.filter((item) => !toRemove.includes(item)); + this.randomChoices = this.randomChoices.filter((item) => !toRemove.includes(item)); });