mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-04-05 17:39:39 -04:00
* Fix file ordering assumptions which were broken by U11 With U11's new filename format for journal files, files don't sort right anymore and so the incorrect context was read during pre-reading, journals were read out-of-order during read-all or the wrong file was poked by JournalPoke for real-time. It seems that real-time still worked well enough (presumably the game client flushes journals semi reliably?) Either way, ordering can be better guaranteed now. * Update ObservatoryCore/LogMonitor.cs Co-authored-by: Jonathan Miller <jmiller@xjph.net>