From 5021ea62250fec4a992043e65fb8a5996fbf85ba Mon Sep 17 00:00:00 2001 From: mark Date: Thu, 26 Apr 2007 19:10:49 +0000 Subject: [PATCH] emptysearch capability to admin gump accounts --- Scripts/Gumps/AdminGump.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 {