mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 19:19:56 +00:00
[Server] Clear new types of records in ClearRecords()
This commit is contained in:
parent
247d2fad30
commit
0189d19d14
1 changed files with 4 additions and 0 deletions
|
@ -61,6 +61,10 @@ void RecordsDynamicFunctions::ClearRecords() noexcept
|
|||
WorldstateFunctions::writeWorldstate.clothingRecords.clear();
|
||||
WorldstateFunctions::writeWorldstate.miscellaneousRecords.clear();
|
||||
WorldstateFunctions::writeWorldstate.weaponRecords.clear();
|
||||
WorldstateFunctions::writeWorldstate.containerRecords.clear();
|
||||
WorldstateFunctions::writeWorldstate.doorRecords.clear();
|
||||
WorldstateFunctions::writeWorldstate.activatorRecords.clear();
|
||||
WorldstateFunctions::writeWorldstate.staticRecords.clear();
|
||||
}
|
||||
|
||||
unsigned short RecordsDynamicFunctions::GetRecordType() noexcept
|
||||
|
|
Loading…
Reference in a new issue