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