mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-04-27 16:00:51 -07:00
Fixed server not compiling
This commit is contained in:
parent
1e2b593152
commit
054f0b2128
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue