mirror of
https://github.com/ppy/osu
synced 2024-12-11 01:19:26 +00:00
Don't auto-unblock realm when user has manually pressed unblock button
This commit is contained in:
parent
cdd63e428c
commit
7ca73f7e6d
@ -73,6 +73,9 @@ namespace osu.Game.Overlays.Settings.Sections.DebugSettings
|
||||
|
||||
void unblock()
|
||||
{
|
||||
if (token == null)
|
||||
return;
|
||||
|
||||
token?.Dispose();
|
||||
token = null;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user