From aabb4b92a608cf18fc34f4518573e3d9e7a50b24 Mon Sep 17 00:00:00 2001 From: onebeastchris Date: Mon, 17 Jun 2024 19:18:53 +0200 Subject: [PATCH] undo debug mode, oops --- .../main/kotlin/geyser.modrinth-uploading-conventions.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/build-logic/src/main/kotlin/geyser.modrinth-uploading-conventions.gradle.kts b/build-logic/src/main/kotlin/geyser.modrinth-uploading-conventions.gradle.kts index 4656b3134..a4a8cd7d6 100644 --- a/build-logic/src/main/kotlin/geyser.modrinth-uploading-conventions.gradle.kts +++ b/build-logic/src/main/kotlin/geyser.modrinth-uploading-conventions.gradle.kts @@ -13,7 +13,6 @@ modrinth { changelog.set("A changelog can be found at https://github.com/GeyserMC/Geyser/commits") gameVersions.add(libs.minecraft.get().version as String) failSilently.set(true) - debugMode.set(true) syncBodyFrom.set(rootProject.file("README.md").readText()) } \ No newline at end of file