Add changed back

pull/2268/head
Ben Meadors 2023-02-09 10:48:17 -06:00
rodzic 4375a0101e
commit aaba99f792
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -226,6 +226,7 @@ void AdminModule::handleSetOwner(const meshtastic_User &o)
strncpy(owner.id, o.id, sizeof(owner.id));
}
if (owner.is_licensed != o.is_licensed) {
changed = 1;
owner.is_licensed = o.is_licensed;
}