undo debug mode, oops

This commit is contained in:
onebeastchris 2024-06-17 19:18:53 +02:00
parent cd277daaf4
commit aabb4b92a6

View file

@ -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())
}