update xbox network location struct

This commit is contained in:
Martin Michelsen
2024-05-10 00:36:53 -07:00
parent c7cb81e0fc
commit d619bff349
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -176,8 +176,8 @@ void XBNetworkLocation::clear() {
this->external_ipv4_address = 0;
this->port = 0;
this->mac_address.clear(0);
this->unknown_a1 = 0;
this->unknown_a2 = 0;
this->sg_ip_address = 0;
this->spi = 0;
this->account_id = 0;
this->unknown_a3.clear(0);
}