From 5b35d74cd00627b2c07d27f7dfe827ec58db1d63 Mon Sep 17 00:00:00 2001 From: Char <73309364+CharGoldenYT@users.noreply.github.com> Date: Sat, 19 Apr 2025 12:22:45 -0400 Subject: [PATCH] Guys why am I so dum --- source/Conductor.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Conductor.hx b/source/Conductor.hx index eae80b3..4a2af74 100644 --- a/source/Conductor.hx +++ b/source/Conductor.hx @@ -170,7 +170,7 @@ class Rating this.name = name; this.image = name; this.counter = name + 's'; - this.hitWindow = Reflect.field(ClientPrefs, name + 'Window'); + this.hitWindow = Reflect.field(ClientPrefs.data, name + 'Window'); if(hitWindow == null) { hitWindow = 0;