Fixed #5638
This commit is contained in:
@@ -156,7 +156,7 @@ public class LaunchPad extends Block{
|
||||
Sector dest = state.rules.sector == null ? null : state.rules.sector.info.getRealDestination();
|
||||
|
||||
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());
|
||||
}).pad(4).wrap().width(200f).left();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user