Dice:: clear memory

This commit is contained in:
Zeno Rogue 2021-06-03 12:25:53 +02:00
parent f03968c9e5
commit f6718d875d
1 changed files with 1 additions and 0 deletions

View File

@ -1395,6 +1395,7 @@ EX namespace dice {
}
}
int hook = addHook(hooks_clearmemory, 0, [] () { data.clear(); });
EX }
}