Quick title screen splash formatting improvement

This commit is contained in:
ThisIsALegitUsername 2023-01-11 04:27:06 +00:00
parent e7df3fb984
commit b50f391428

View File

@ -97,7 +97,7 @@ public class GuiMainMenu extends GuiScreen implements GuiYesNoCallback {
private static ResourceLocation backgroundTexture = null;
public GuiMainMenu() {
this.splashText = (System.currentTimeMillis() - 1672104240000l) / 86400000l + "Days since Resent last merged with Eaglercraft U5";
this.splashText = (System.currentTimeMillis() - 1672104240000l) / 86400000l + " days since Resent last merged with Eaglercraft U5";
this.updateCounter = RANDOM.nextFloat();