Removed debug

This commit is contained in:
Auxilor
2022-03-23 16:26:51 +00:00
parent 41b9d6b01d
commit f9af4a9e66

View File

@@ -58,7 +58,7 @@ open class EcoLoadableConfig(
@Throws(IOException::class)
override fun save() {
if (!hasChanged) { // In order to preserve comments
//return
return
}
val contents = StringBuilder()