mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-10 07:47:25 +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){
|
||||
inExtraRound = true;
|
||||
Runnable r = () -> {
|
||||
var reloader = new WorldReloader();
|
||||
WorldReloader reloader = new WorldReloader();
|
||||
|
||||
reloader.begin();
|
||||
|
||||
|
Reference in New Issue
Block a user