Fixed box capture insertion issue.

This commit is contained in:
Greg Edwards
2014-07-01 18:09:09 -04:00
parent 895cab30c7
commit fa462af0f1

View File

@@ -30,7 +30,7 @@ namespace PkmnFoundations.GTS.admin
}
Common.CryptMessage(data);
if (data[0x04] != 0x21 ||
if (data[0x04] != 0x09 ||
data[0x05] != 0x52 ||
data[0x06] != 0x00 ||
data[0x07] != 0x00)