This commit is contained in:
2024-02-29 14:28:23 +03:00
parent 60a8e58cc3
commit 24b68b953b
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ namespace PacketTypes {
this->packInfo = packInfo;
this->id = id;
if (isAvailable = checkAddress()) {
if (checkAddress()) {
isAvailable = true;
isRawAvailable = true;
#ifdef IRDEBUG_INFO