feat: rename debugging option to experimental

This commit is contained in:
oSumAtrIX
2022-06-21 18:40:34 +02:00
parent 1a3db77c21
commit 98bd6f3f4b
2 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ fun Patcher.addPatchesFiltered(
return@patch
}
if (!(args.debugging || compatiblePackages.any { it.versions.isEmpty() || it.versions.any { version -> version == packageVersion }})) {
if (!(args.experimental || compatiblePackages.any { it.versions.isEmpty() || it.versions.any { version -> version == packageVersion }})) {
println("$prefix: The package version is $packageVersion and is incompatible.")
return@patch
}