elytra race fix boost ring 1 #8

Merged
jannis merged 3 commits from develop-jannis into develop 2026-01-10 13:48:50 +00:00
Showing only changes of commit d5c2f06409 - Show all commits

View File

@@ -133,7 +133,7 @@ public class ElytraRace extends StatelessGame {
return;
}
this.playerCheckpoints.putIfAbsent(player, new CheckPointData(this.ringSpacing, this.ringSpacing * 2));
this.playerCheckpoints.putIfAbsent(player, new CheckPointData(0, this.ringSpacing));
if(newPos.z() > this.generatedUntil - this.ringSpacing) {
this.generateRing(this.generatedUntil + this.ringSpacing);