Server shuffle fix

This commit is contained in:
Anuken 2019-09-25 16:54:43 -04:00
parent b47f40eb07
commit f19dfe9d70

View File

@ -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){