From 7fd6f00cf7b46498d93dcae11435b9ed0a790a0b 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 a88af423..a4c61baa 100644 --- a/src/Marble.hx +++ b/src/Marble.hx @@ -666,7 +666,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"))