mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-12 16:57:52 +07:00
Fixed server not compiling
This commit is contained in:
@ -964,7 +964,7 @@ public class ServerControl implements ApplicationListener{
|
|||||||
private void play(boolean wait, Runnable run){
|
private void play(boolean wait, Runnable run){
|
||||||
inExtraRound = true;
|
inExtraRound = true;
|
||||||
Runnable r = () -> {
|
Runnable r = () -> {
|
||||||
var reloader = new WorldReloader();
|
WorldReloader reloader = new WorldReloader();
|
||||||
|
|
||||||
reloader.begin();
|
reloader.begin();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user