Fix steamwar.devserver.gradle

This commit is contained in:
2025-04-18 14:15:39 +02:00
parent 059dd314d1
commit 925901e40e

View File

@ -64,9 +64,6 @@ class DevServer extends DefaultTask {
if (worldName == null) worldName = properties.get("worldName")
host = properties.get("host")
if (worldName == null) {
throw new GradleException("Please supply the 'worldName' in a 'steamwar.properties' files either in this project dir or any parent project!")
}
if (host == null) {
throw new GradleException("Please supply the 'host' in a 'steamwar.properties' files either in this project dir or any parent project!")
}