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

pull/626/head
David Cernat 3 years ago
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…
Cancel
Save