diff --git a/Scripts/Gumps/AdminGump.cs b/Scripts/Gumps/AdminGump.cs index 73aa3fc40..310e1e7af 100644 --- a/Scripts/Gumps/AdminGump.cs +++ b/Scripts/Gumps/AdminGump.cs @@ -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 {