Removes redundant delegate type declarations
This commit is contained in:
parent
3c9842ee5a
commit
c85b0a740c
317 changed files with 898 additions and 903 deletions
|
|
@ -18,10 +18,10 @@ namespace Server.RemoteAdmin
|
|||
static RemoteAdminHandlers()
|
||||
{
|
||||
//0x02 = login request, handled by AdminNetwork
|
||||
Register( 0x04, new OnPacketReceive( ServerInfoRequest ) );
|
||||
Register( 0x05, new OnPacketReceive( AccountSearch ) );
|
||||
Register( 0x06, new OnPacketReceive( RemoveAccount ) );
|
||||
Register( 0x07, new OnPacketReceive( UpdateAccount ) );
|
||||
Register( 0x04, ServerInfoRequest );
|
||||
Register( 0x05, AccountSearch );
|
||||
Register( 0x06, RemoveAccount );
|
||||
Register( 0x07, UpdateAccount );
|
||||
}
|
||||
|
||||
public static void Register( byte command, OnPacketReceive handler )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue