1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 10:33:07 +08:00

Remove unused lock object

This commit is contained in:
Dean Herbert 2020-12-29 17:39:00 +09:00
parent d155f2c0e9
commit 6bbd0ecfac

View File

@ -42,8 +42,6 @@ namespace osu.Game.Online.Multiplayer
/// </summary>
public MultiplayerRoomUser? Host { get; set; }
private object writeLock = new object();
[JsonConstructor]
public MultiplayerRoom(in long roomId)
{