This commit is contained in:
RandomityGuy 2025-02-10 22:25:58 +05:30
parent 8169405771
commit 1175aef28e

View file

@ -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"))