Fixed server compilation
This commit is contained in:
@@ -235,7 +235,7 @@ public class ServerControl implements ApplicationListener{
|
|||||||
info("Loading map...");
|
info("Loading map...");
|
||||||
|
|
||||||
logic.reset();
|
logic.reset();
|
||||||
state.rules = preset.get();
|
state.rules = preset.apply(result.rules());
|
||||||
try{
|
try{
|
||||||
world.loadMap(result);
|
world.loadMap(result);
|
||||||
logic.play();
|
logic.play();
|
||||||
|
|||||||
Reference in New Issue
Block a user