mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
refs #817, wrong cache ts fix as discussed
https://dev.vatsim-germany.org/issues/817#note-1
This commit is contained in:
@@ -661,6 +661,7 @@ namespace BlackMisc
|
||||
element.m_pendingChanges++;
|
||||
element.m_saved = save;
|
||||
|
||||
element.m_timestamp = timestamp;
|
||||
element.m_value.uniqueWrite() = value;
|
||||
emit valuesWantToCache({ { { element.m_key, value } }, timestamp, save });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user