aboutsummaryrefslogtreecommitdiff
path: root/features/nether
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-06-02 17:36:13 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-06-02 17:36:13 +0800
commitf1461a7798e688ebfa0c6224688b03b67bc77659 (patch)
tree5d0b1a8b7cf4342c97aa64aa2adc4f35963a34b2 /features/nether
parent7d90a03b2e18472053899e3776e16e9843069575 (diff)
downloadSoopyV2-f1461a7798e688ebfa0c6224688b03b67bc77659.tar.gz
SoopyV2-f1461a7798e688ebfa0c6224688b03b67bc77659.tar.bz2
SoopyV2-f1461a7798e688ebfa0c6224688b03b67bc77659.zip
fixes
Diffstat (limited to 'features/nether')
-rw-r--r--features/nether/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/nether/index.js b/features/nether/index.js
index e9a46eb..81d31e6 100644
--- a/features/nether/index.js
+++ b/features/nether/index.js
@@ -95,8 +95,8 @@ class Nether extends Feature {
this.registerChat("&r&r&r &r&cTest of Discipline &r&e&lOBJECTIVES&r", () => {
if (this.disciplineOverlay.getValue()) {
this.inDiscipline = true
- this.todoE = []
- this.todoE2 = []
+ this.todoF = []
+ this.todoF2 = []
}
})