mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-22 12:00:13 -04:00
[Server] Make ClearRecords() clear GameSetting records as well
This commit is contained in:
parent
3b355653d4
commit
8f90e64e80
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user