Small changes in reloadmaps command (#5687)
Idk is it useful, but why not
This commit is contained in:
@@ -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.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user