Discard known packs if we don't have a target

This commit is contained in:
Shane Freeder
2025-05-24 18:28:39 +01:00
parent 5e20ec19ff
commit 8c8162dbf6
2 changed files with 6 additions and 1 deletions

View File

@@ -100,6 +100,7 @@ tasks {
runShadow {
workingDir = file("run").also(File::mkdirs)
standardInput = System.`in`
jvmArgs("-Dvelocity.packet-decode-logging=true")
}
named<JavaExec>("run") {
workingDir = file("run").also(File::mkdirs)