mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-10 23:28:52 +07:00
Fixed server compilation
This commit is contained in:
parent
90f6fff1ae
commit
83bfad3546
@ -235,7 +235,7 @@ public class ServerControl implements ApplicationListener{
|
||||
info("Loading map...");
|
||||
|
||||
logic.reset();
|
||||
state.rules = preset.get();
|
||||
state.rules = preset.apply(result.rules());
|
||||
try{
|
||||
world.loadMap(result);
|
||||
logic.play();
|
||||
|
Loading…
Reference in New Issue
Block a user