From a8a6e1ff2eaf0ed17f43335380b4f5a9cfe552c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?APACH=C6=90=E2=84=A2?= Date: Tue, 16 Aug 2022 06:16:48 +0200 Subject: [PATCH] team aof branding --- .../atm/bloodworkxgaming/serverstarter/ServerStarter.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/atm/bloodworkxgaming/serverstarter/ServerStarter.kt b/src/main/kotlin/atm/bloodworkxgaming/serverstarter/ServerStarter.kt index 0e81cdf..f813cdf 100644 --- a/src/main/kotlin/atm/bloodworkxgaming/serverstarter/ServerStarter.kt +++ b/src/main/kotlin/atm/bloodworkxgaming/serverstarter/ServerStarter.kt @@ -132,8 +132,8 @@ class ServerStarter(args: Array) { info("") info(" This jar will launch a Minecraft Forge/Fabric Modded server") info("") - info(ansi().a(" Github: ").fgBrightBlue().a("https://github.com/BloodyMods/ServerStarter")) - info(ansi().a(" Discord: ").fgBrightBlue().a("https://discord.gg/enigmatica")) + info(ansi().a(" Github: ").fgBrightBlue().a("https://github.com/TeamAOF/ServerStarter")) + info(ansi().a(" Discord: ").fgBrightBlue().a("https://discord.gg/aof")) info("") info(ansi().a("You are playing ").fgGreen().a(config.modpack.name)) info("Starting to install/launch the server, lean back!")