test server does not stop itself
ix0rai opened this issue ยท 1 comments
when running the Game Test
task in intellij, the test server never stops. yes I learned this the hard way. it should probably stop after 1000 ticks or so.
Turns out I fixed it during this commit! It was caused by uh, a duplication of -D
s happening, resulting into -D-Dquilt.game_test=true
;