1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-31 17:06:43 +00:00

[Server] Make ClearRecords() clear GameSetting records as well

This commit is contained in:
David Cernat 2022-05-15 17:54:41 +03:00
parent 3b355653d4
commit 8f90e64e80

View file

@ -86,6 +86,7 @@ void RecordsDynamicFunctions::ClearRecords() noexcept
WorldstateFunctions::writeWorldstate.scriptRecords.clear();
WorldstateFunctions::writeWorldstate.staticRecords.clear();
WorldstateFunctions::writeWorldstate.soundRecords.clear();
WorldstateFunctions::writeWorldstate.gameSettingRecords.clear();
}
unsigned short RecordsDynamicFunctions::GetRecordType() noexcept