mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-10 07:07:03 +07:00
Let server console know which map was randomly picked (#980)
This commit is contained in:
parent
51d08c6f42
commit
326b1e9f62
@ -230,6 +230,7 @@ public class ServerControl implements ApplicationListener{
|
||||
}else{
|
||||
Array<Map> maps = Vars.maps.customMaps().size == 0 ? Vars.maps.defaultMaps() : Vars.maps.customMaps();
|
||||
result = maps.random();
|
||||
info("Randomized next map to be {0}.", result.name());
|
||||
}
|
||||
|
||||
Gamemode preset = Gamemode.survival;
|
||||
|
Loading…
Reference in New Issue
Block a user