emptysearch capability to admin gump accounts

This commit is contained in:
mark 2007-04-26 19:10:49 +00:00
parent a762fa2875
commit 5021ea6225

View file

@ -2050,7 +2050,9 @@ namespace Server.Gumps
if ( match == null || match.Length == 0 )
{
notice = "You must enter a username to search.";
results.Add( Accounts.GetAccounts() );
results.Sort( AccountComparer.Instance );
//notice = "You must enter a username to search.";
}
else
{