1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00

Settings: Push groups in to_table as well

This commit is contained in:
SmallJoker 2021-01-20 16:58:59 +01:00 committed by sfan5
parent c401a06f8a
commit 3a2f55bc19
2 changed files with 27 additions and 8 deletions

View file

@ -239,6 +239,8 @@ private:
// Allow TestSettings to run sanity checks using private functions.
friend class TestSettings;
// For sane mutex locking when iterating
friend class LuaSettings;
void updateNoLock(const Settings &other);
void clearNoLock();