Improved find missing html admin command.

This commit is contained in:
MobiusDev
2017-07-28 15:50:16 +00:00
parent be30b8a22b
commit f044b04d28
6 changed files with 27 additions and 3 deletions

View File

@@ -169,6 +169,7 @@ public class AdminGeodata implements IAdminCommandHandler
{
activeChar.sendMessage("NPC " + id + " does not have a default html.");
}
activeChar.sendMessage("Found " + results.size() + " results.");
break;
}
}