mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Unify namings across the board
This commit is contained in:
@ -115,7 +115,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
|
||||
|
||||
public void RandomlyUpdateState()
|
||||
{
|
||||
foreach ((int userId, _) in WatchingUserStates)
|
||||
foreach ((int userId, _) in WatchedUserStates)
|
||||
{
|
||||
if (RNG.NextBool())
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user