This commit is contained in:
Anuken
2023-10-28 09:29:28 -04:00
parent 12769dd52b
commit a0a0b5942e

View File

@@ -185,7 +185,9 @@ public class Renderer implements ApplicationListener{
if(landTime > 0){ if(landTime > 0){
if(!state.isPaused()){ if(!state.isPaused()){
CoreBuild build = landCore == null ? player.bestCore() : landCore; CoreBuild build = landCore == null ? player.bestCore() : landCore;
build.updateLandParticles(); if(build != null){
build.updateLandParticles();
}
} }
if(!state.isPaused()){ if(!state.isPaused()){