From ebef55c42802410365360361e951632b2135d87c Mon Sep 17 00:00:00 2001 From: kscarlett Date: Wed, 14 Mar 2018 11:09:00 +0000 Subject: [PATCH] Fixed documentation comment for Lobby.Create() --- Facepunch.Steamworks/Client/Lobby.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Facepunch.Steamworks/Client/Lobby.cs b/Facepunch.Steamworks/Client/Lobby.cs index ccca631..fb2c163 100644 --- a/Facepunch.Steamworks/Client/Lobby.cs +++ b/Facepunch.Steamworks/Client/Lobby.cs @@ -92,7 +92,7 @@ namespace Facepunch.Steamworks public Action OnLobbyJoined; /// - /// Creates a lobby and returns the created lobby. You auto join the created lobby. The lobby is stored in Client.CurrentLobby if successful. + /// Creates a lobby and returns the created lobby. You auto join the created lobby. The lobby is stored in Client.Lobby.CurrentLobby if successful. /// /// The Lobby.Type of Lobby to be created /// The maximum amount of people you want to be able to be in this lobby, including yourself