mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Fix disclaimer test scene supporter toggle
This commit is contained in:
@ -19,7 +19,7 @@ namespace osu.Game.Tests.Visual.Menus
|
|||||||
API.LocalUser.Value = new User
|
API.LocalUser.Value = new User
|
||||||
{
|
{
|
||||||
Username = API.LocalUser.Value.Username,
|
Username = API.LocalUser.Value.Username,
|
||||||
Id = API.LocalUser.Value.Id,
|
Id = API.LocalUser.Value.Id + 1,
|
||||||
IsSupporter = !API.LocalUser.Value.IsSupporter,
|
IsSupporter = !API.LocalUser.Value.IsSupporter,
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user