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