From f1461a7798e688ebfa0c6224688b03b67bc77659 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Thu, 2 Jun 2022 17:36:13 +0800 Subject: fixes --- features/nether/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'features/nether') 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 = [] } }) -- cgit