mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-08 14:24:52 +07:00
Fixed server not compiling
This commit is contained in:
parent
1e2b593152
commit
054f0b2128
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user