mirror of
https://github.com/osukey/osukey.git
synced 2025-05-25 23:47:30 +09:00
Fix disclaimer test scene supporter toggle
This commit is contained in:
parent
8c9bfbce7e
commit
998ca05a0c
@ -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,
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user