mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-10 07:07:03 +07:00
Server shuffle fix
This commit is contained in:
parent
b47f40eb07
commit
f19dfe9d70
@ -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){
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user