We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b2a86a commit 31a01beCopy full SHA for 31a01be
source/funkin/backend/scripting/events/note/NoteHitEvent.hx
@@ -205,7 +205,7 @@ final class NoteHitEvent extends CancellableEvent {
205
private inline function get_legacyJudge():Bool {
206
if (_explicitLegacyJudge != null)
207
return _explicitLegacyJudge;
208
- return Flags.CURRENT_API_VERSION == 1;
+ return Flags.MOD_API_VERSION == 1;
209
}
210
private function set_legacyJudge(value:Bool):Bool {
211
_explicitLegacyJudge = value;
0 commit comments