Skip to content
Snippets Groups Projects
Commit d0be2c69 authored by Mikhail Babynichev's avatar Mikhail Babynichev :blush:
Browse files

fix: forget to add datafolders here

parent 36fb2748
No related branches found
No related tags found
No related merge requests found
Pipeline #39 passed
......@@ -183,6 +183,7 @@ func (h *House) AcquireBeatmap(c *CachedBeatmap) (*CachedBeatmap, bool) {
h.StateMutex.Unlock()
b.mtx.Lock()
b.DataFolders = c.DataFolders
// if c is not newer than b, then just return.
if !b.LastUpdate.Before(c.LastUpdate) {
b.mtx.Unlock()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment