Removes redundant returns
This commit is contained in:
parent
06fa31a7bf
commit
eeabc3d0e8
16 changed files with 77 additions and 106 deletions
|
|
@ -891,7 +891,6 @@ namespace Server.Network {
|
|||
Console.WriteLine( "Client: {0}: Disconnecting due to inactivity...", this );
|
||||
|
||||
Dispose();
|
||||
return;
|
||||
}
|
||||
|
||||
public static void TraceException( Exception ex ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue