mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-14 01:37:36 +07:00
Server shuffle fix
This commit is contained in:
@ -155,7 +155,7 @@ public class ServerControl implements ApplicationListener{
|
|||||||
maps.shuffle();
|
maps.shuffle();
|
||||||
|
|
||||||
Map previous = world.getMap();
|
Map previous = world.getMap();
|
||||||
Map map = maps.find(m -> lastMode.valid(m) && m != previous);
|
Map map = maps.find(m -> m != previous);
|
||||||
|
|
||||||
if(map != null){
|
if(map != null){
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user