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