From 45f380c9ddaafc67d993c69837c07ef8fa336f13 Mon Sep 17 00:00:00 2001 From: creeper123123321 <7974274+creeper123123321@users.noreply.github.com> Date: Fri, 8 Oct 2021 20:22:55 -0300 Subject: [PATCH] update deps, change splash text --- build.gradle.kts | 6 +++--- src/main/kotlin/com/viaversion/aas/VIAaaS.kt | 8 +------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 60a69b0..fa290f3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -60,9 +60,9 @@ dependencies { implementation(kotlin("stdlib-jdk8")) implementation(kotlin("reflect")) - val vvVer = "4.1.0-21w39a-SNAPSHOT" - val vbVer = "4.1.0-21w38a-SNAPSHOT" - val vrVer = "6484c61" + val vvVer = "4.1.0-21w40a-SNAPSHOT" + val vbVer = "4.1.0-21w40a-SNAPSHOT" + val vrVer = "f591a29" implementation("com.viaversion:viaversion:$vvVer") { isTransitive = false } implementation("com.viaversion:viabackwards:$vbVer") { isTransitive = false } implementation("com.github.ViaVersion.ViaRewind:viarewind-all:$vrVer") { isTransitive = false } diff --git a/src/main/kotlin/com/viaversion/aas/VIAaaS.kt b/src/main/kotlin/com/viaversion/aas/VIAaaS.kt index 799a6fd..612f2f3 100644 --- a/src/main/kotlin/com/viaversion/aas/VIAaaS.kt +++ b/src/main/kotlin/com/viaversion/aas/VIAaaS.kt @@ -56,13 +56,7 @@ private fun setupSystem() { } private fun printSplash() { - println( - """\\ // // //\\ => //|| //|| /=====/ PROXY - | \\ // // // \\ // || // || // - | \\ // // //====\\ //==|| //==|| \====\ ${AspirinServer.version} - | \\ // // // \\ // || // || // - |<= \\// // // \\ // || // || /====/""".trimMargin() - ) + println("VIAaaS ${AspirinServer.version}") } private fun initVia() {