mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-09 20:29:06 +07:00
Small changes in reloadmaps command (#5687)
Idk is it useful, but why not
This commit is contained in:
parent
36deb5e225
commit
7f896723be
@ -380,6 +380,8 @@ public class ServerControl implements ApplicationListener{
|
||||
maps.reload();
|
||||
if(maps.all().size > beforeMaps){
|
||||
info("@ new map(s) found and reloaded.", maps.all().size - beforeMaps);
|
||||
}else if(maps.all().size < beforeMaps){
|
||||
info("@ old map(s) deleted.", beforeMaps - maps.all().size);
|
||||
}else{
|
||||
info("Maps reloaded.");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user