Added todo.

This commit is contained in:
Greg Edwards 2014-07-21 23:05:39 -04:00
parent 45bd73956d
commit 003d60c7c5

View File

@ -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);