mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-09-27 12:01:10 -05:00
Log GTServer exceptions to the terminal.
This commit is contained in:
@@ -121,8 +121,9 @@ namespace PkmnFoundations.GlobalTerminalService
|
||||
} break;
|
||||
}
|
||||
}
|
||||
catch
|
||||
catch (Exception ex)
|
||||
{
|
||||
Console.WriteLine(ex.ToString());
|
||||
response.Write(new byte[] { 0x02, 0x00 }, 0, 2);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user