Fix the server continuing to run when told to stop.

This commit is contained in:
Zontreck 2024-02-18 03:55:02 -07:00
parent 32a75c305d
commit d1195f4ac8
3 changed files with 1 additions and 7 deletions

View file

@ -95,7 +95,6 @@ minecraft {
server {
property 'forge.enabledGameTestNamespaces', mod_id
args '--nogui'
}
// This run config launches GameTestServer and runs all registered gametests, then exits.