From 1175aef28ed634444a437a264cc59662b838f7f4 Mon Sep 17 00:00:00 2001 From: RandomityGuy <31925790+RandomityGuy@users.noreply.github.com> Date: Mon, 10 Feb 2025 22:25:58 +0530 Subject: [PATCH] fix typo --- src/Marble.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Marble.hx b/src/Marble.hx index af969fb4..680313db 100644 --- a/src/Marble.hx +++ b/src/Marble.hx @@ -665,7 +665,7 @@ class Marble extends GameObject { } function loadMarbleAttributes() { - if (this.level == null || this.level.mission == null || this.level.marbleAttributes == null) + if (this.level == null || this.level.mission == null || this.level.mission.marbleAttributes == null) return; var attribs = this.level.mission.marbleAttributes; if (attribs.exists("maxrollvelocity"))