emptysearch capability to admin gump accounts
This commit is contained in:
parent
a762fa2875
commit
5021ea6225
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue