Ground zero tutorial from #7532

This commit is contained in:
Anuken
2022-10-10 19:05:23 -04:00
parent 026ffdc36f
commit 8104173b31
10 changed files with 68 additions and 36 deletions

View File

@@ -680,7 +680,7 @@ public class MapObjectives implements Iterable<MapObjective>, Eachable<MapObject
fetchedText = fetchText(text);
}
WorldLabel.drawAt(text, pos.x, pos.y + radius + textHeight, Draw.z(), flags, fontSize);
WorldLabel.drawAt(fetchedText, pos.x, pos.y + radius + textHeight, Draw.z(), flags, fontSize);
}
}