1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-25 05:17:18 +08:00
Dean Herbert 85827f83eb Perform a reload on objects when Refreshing them
Previously, it was possible for an object to be "refreshed" with a stale cached state from the current thread's context.

This ensures a check against the database is performed as well.

Resolves #1562.
2017-11-23 17:04:39 +09:00
..