mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-08-22 02:04:10 -05:00
Fixed box capture insertion issue.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user