Fix steamwar.devserver.gradle

This commit is contained in:
2025-04-17 20:36:16 +02:00
parent 9001e83321
commit 335649fa87
2 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -73,5 +73,5 @@ tasks.register<DevServer>("DevVelocity") {
description = "Run a Dev Velocity"
dependsOn(":VelocityCore:shadowJar")
dependsOn(":VelocityCore:Persistent:jar")
template = "Velocity"
template = "DevVelocity"
}