mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-04-25 16:20:08 -05:00
Added todo.
This commit is contained in:
parent
45bd73956d
commit
003d60c7c5
|
|
@ -244,6 +244,8 @@ namespace PkmnFoundations.GlobalTerminalService
|
|||
|
||||
} break;
|
||||
|
||||
// todo: A mysterious 0xf3 request type is appearing in my logs. Implement.
|
||||
|
||||
default:
|
||||
logEntry.AppendLine("Unrecognized request type.");
|
||||
response.Write(new byte[] { 0x02, 0x00 }, 0, 2);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user