New zone maps / Dark map border / Tweaks
This commit is contained in:
@@ -136,6 +136,8 @@ public class ServerControl implements ApplicationListener{
|
||||
Map map = previous;
|
||||
if(maps.size > 1){
|
||||
while(map == previous) map = maps.random();
|
||||
}else if(!previous.custom && !world.maps.customMaps().isEmpty()){
|
||||
map = maps.first();
|
||||
}
|
||||
|
||||
Call.onInfoMessage((state.rules.pvp
|
||||
|
||||
Reference in New Issue
Block a user