fix Ep3 NTE disconnect on leaving game

This commit is contained in:
Martin Michelsen
2024-01-11 20:56:17 -08:00
parent cc8dd77d51
commit d8f8dfc53f
+1
View File
@@ -272,6 +272,7 @@ void Client::convert_license_to_temporary_if_nte() {
this->license->delete_file();
*new_l = std::move(*this->license);
this->set_license(new_l);
this->config.clear_flag(Client::Flag::LICENSE_WAS_CREATED);
}
}