Fix command argument types for 1.20.5

This commit is contained in:
Shane Freeder
2024-04-24 09:39:22 +01:00
parent 3afd687bf1
commit b50f9eceff
2 changed files with 4 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ plugins {
application {
mainClass.set("com.velocitypowered.proxy.Velocity")
applicationDefaultJvmArgs += listOf("-Dvelocity.packet-decode-logging=true");
}
tasks {