Adds style cop (#109)
This commit is contained in:
parent
3e715bcb60
commit
556a17aba8
1725 changed files with 33831 additions and 38046 deletions
|
|
@ -8,8 +8,8 @@ namespace Server.Guilds
|
|||
|
||||
public class GuildAdvancedSearchGump : BaseGuildGump
|
||||
{
|
||||
private SearchSelectionCallback m_Callback;
|
||||
private GuildDisplayType m_Display;
|
||||
private readonly SearchSelectionCallback m_Callback;
|
||||
private readonly GuildDisplayType m_Display;
|
||||
|
||||
public GuildAdvancedSearchGump(PlayerMobile pm, Guild g, GuildDisplayType display, SearchSelectionCallback callback)
|
||||
: base(pm, g)
|
||||
|
|
@ -45,7 +45,6 @@ namespace Server.Guilds
|
|||
AddHtmlLocalized(370, 373, 60, 26, 1006045, 0x0); // Cancel
|
||||
}
|
||||
|
||||
|
||||
public override void OnResponse(NetState sender, RelayInfo info)
|
||||
{
|
||||
base.OnResponse(sender, info);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue