Skip to content

Commit 8bc5416

Browse files
authored
Update ServerStarter.kt
1 parent 8e4bcd5 commit 8bc5416

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/main/kotlin/atm/bloodworkxgaming/serverstarter/ServerStarter.kt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,14 @@ class ServerStarter(args: Array<String>) {
127127

128128
info(ansi().fgRed().a(":::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::"))
129129
info(ansi().fgBrightBlue().a(" Minecraft ServerStarter install/launcher jar"))
130-
info(ansi().fgBrightBlue().a(" (Created by ").fgGreen().a("BloodWorkXGaming").fgBrightBlue().a(" with the help of ").fgGreen().a("\"Team RAM\"").fgBrightBlue().a(")"))
130+
info(ansi().fgBrightBlue().a(" (Created by ").fgGreen().a("BloodWorkXGaming & Yoosk").fgBrightBlue().a(" with the help of ").fgGreen().a("\"Team ATM\"").fgBrightBlue().a(")"))
131131
info(ansi().fgRed().a(":::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::"))
132132
info("")
133133
info(" This jar will launch a Minecraft Forge/Fabric Modded server")
134134
info("")
135135
info(ansi().a(" Github: ").fgBrightBlue().a("https://github.com/Yoosk/ServerStarter"))
136-
info(ansi().a(" Discord: ").fgBrightBlue().a("https://discord.gg/A3c5YfV"))
136+
info(ansi().a(" Github: ").fgBrightBlue().a("https://github.com/BloodyMods/ServerStarter"))
137+
info(ansi().a(" Discord: ").fgBrightBlue().a("https://discord.gg/K5FBPYa"))
137138
info("")
138139
info(ansi().a("You are playing ").fgGreen().a(config.modpack.name))
139140
info("Starting to install/launch the server, lean back!")
@@ -208,4 +209,4 @@ fun main(args: Array<String>) {
208209
}
209210
}
210211

211-
class InitException(s: String, e: Exception? = null) : RuntimeException(s, e)
212+
class InitException(s: String, e: Exception? = null) : RuntimeException(s, e)

0 commit comments

Comments
 (0)