mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-06 02:40:23 -08:00
Small changes in reloadmaps command (#5687)
Idk is it useful, but why not
This commit is contained in:
parent
36deb5e225
commit
7f896723be
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue