Removes redundant returns

This commit is contained in:
Kamron Batman 2018-09-14 15:40:02 -07:00
parent 06fa31a7bf
commit eeabc3d0e8
16 changed files with 77 additions and 106 deletions

View file

@ -891,7 +891,6 @@ namespace Server.Network {
Console.WriteLine( "Client: {0}: Disconnecting due to inactivity...", this );
Dispose();
return;
}
public static void TraceException( Exception ex ) {