From 1fa4df017fcbf96053778d2be3dfe9f7aaa2ab20 Mon Sep 17 00:00:00 2001 From: Dreeam <61569423+Dreeam-qwq@users.noreply.github.com> Date: Fri, 25 Apr 2025 12:04:54 -0400 Subject: [PATCH] Makes Pascalpex happy --- .../java/org/dreeam/leaf/config/modules/misc/ServerBrand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leaf-server/src/main/java/org/dreeam/leaf/config/modules/misc/ServerBrand.java b/leaf-server/src/main/java/org/dreeam/leaf/config/modules/misc/ServerBrand.java index 6e20b63f..d0719625 100644 --- a/leaf-server/src/main/java/org/dreeam/leaf/config/modules/misc/ServerBrand.java +++ b/leaf-server/src/main/java/org/dreeam/leaf/config/modules/misc/ServerBrand.java @@ -10,7 +10,7 @@ public class ServerBrand extends ConfigModules { } public static String serverModName = io.papermc.paper.ServerBuildInfo.buildInfo().brandName(); - public static String serverGUIName = "Leaf Console"; + public static String serverGUIName = io.papermc.paper.ServerBuildInfo.buildInfo().brandName() + " Console"; @Override public void onLoaded() {