From d72ea9ba19044810efd270f6720fefd9dc735e07 Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Wed, 28 Apr 2021 20:44:28 +0200 Subject: [PATCH] Use a @Suppress annotation in ForgeInit.kt. --- forge/src/main/kotlin/fr/username404/snowygui/forge/forgeInit.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/forge/src/main/kotlin/fr/username404/snowygui/forge/forgeInit.kt b/forge/src/main/kotlin/fr/username404/snowygui/forge/forgeInit.kt index d234f18..04de7f5 100644 --- a/forge/src/main/kotlin/fr/username404/snowygui/forge/forgeInit.kt +++ b/forge/src/main/kotlin/fr/username404/snowygui/forge/forgeInit.kt @@ -11,6 +11,7 @@ import java.util.function.BiFunction import java.util.function.Supplier @Mod("snowygui") +@Suppress("UNUSED_PARAMETER") class ForgeInit: Snowy() { private fun initSetup(event: FMLClientSetupEvent) = atInit() private fun configSetup(event: FMLClientSetupEvent) {