control: add g path_clean to remove all links from node (#475)

refactor: small cosmetic changes
This commit is contained in:
jeefo 2023-08-08 11:48:37 +03:00
commit fb301b7b19
No known key found for this signature in database
GPG key ID: 927BCA0779BEA8ED
23 changed files with 205 additions and 132 deletions

View file

@ -169,7 +169,7 @@ void BotPractice::load () {
SmallArray <DangerSaveRestore> data;
m_data.clear ();
bool dataLoaded = bstor.load <DangerSaveRestore> (data);
const bool dataLoaded = bstor.load <DangerSaveRestore> (data);
// copy back to hash table
if (dataLoaded) {