mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-02 06:06:42 +00:00
[Server] Make ClearRecords() clear GameSetting records as well
This commit is contained in:
parent
3b355653d4
commit
8f90e64e80
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ void RecordsDynamicFunctions::ClearRecords() noexcept
|
||||||
WorldstateFunctions::writeWorldstate.scriptRecords.clear();
|
WorldstateFunctions::writeWorldstate.scriptRecords.clear();
|
||||||
WorldstateFunctions::writeWorldstate.staticRecords.clear();
|
WorldstateFunctions::writeWorldstate.staticRecords.clear();
|
||||||
WorldstateFunctions::writeWorldstate.soundRecords.clear();
|
WorldstateFunctions::writeWorldstate.soundRecords.clear();
|
||||||
|
WorldstateFunctions::writeWorldstate.gameSettingRecords.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned short RecordsDynamicFunctions::GetRecordType() noexcept
|
unsigned short RecordsDynamicFunctions::GetRecordType() noexcept
|
||||||
|
|
Loading…
Reference in a new issue