This commit is contained in:
Anuken
2021-07-24 08:36:20 -04:00
parent 7727da40b4
commit b88364ab48
2 changed files with 2 additions and 2 deletions

View File

@@ -156,7 +156,7 @@ public class LaunchPad extends Block{
Sector dest = state.rules.sector == null ? null : state.rules.sector.info.getRealDestination(); Sector dest = state.rules.sector == null ? null : state.rules.sector.info.getRealDestination();
return Core.bundle.format("launch.destination", return Core.bundle.format("launch.destination",
dest == null ? Core.bundle.get("sectors.nonelaunch") : dest == null || !dest.hasBase() ? Core.bundle.get("sectors.nonelaunch") :
"[accent]" + dest.name()); "[accent]" + dest.name());
}).pad(4).wrap().width(200f).left(); }).pad(4).wrap().width(200f).left();
} }

View File

@@ -10,4 +10,4 @@ kapt.include.compile.classpath=false
kotlin.stdlib.default.dependency=false kotlin.stdlib.default.dependency=false
#needed for android compilation #needed for android compilation
android.useAndroidX=true android.useAndroidX=true
archash=47822d851954fd2707d51731042056450f07ca8c archash=c066b6a3db27ce21fa4d07c28c0d70b86a87cd55