1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 00:25:19 +02: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();