This commit is contained in:
Anuken
2020-10-17 14:37:51 -04:00
parent a47432c20b
commit 5d9beb4c28
2 changed files with 5 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ public class LaunchPad extends Block{
return Core.bundle.format("launch.destination",
dest == null ? Core.bundle.get("sectors.nonelaunch") :
"[accent]" + dest.name());
}).pad(4);
}).pad(4).wrap().width(200f).left();
}
@Override