Don't show launch animation for existing bases

This commit is contained in:
Anuken
2020-06-28 13:35:08 -04:00
parent b3f29f100d
commit fceac4c1a1
2 changed files with 2 additions and 2 deletions

View File

@@ -351,7 +351,7 @@ public class PlanetDialog extends BaseDialog implements PlanetInterfaceRenderer{
}
}
if(mode == launch){
if(mode == launch && !sector.hasBase()){
shouldHide = false;
loadouts.show((CoreBlock)launcher.block, launcher, () -> {
control.handleLaunch(launcher);