From 773605c841afc024d8f456b394d6e480fd4ac274 Mon Sep 17 00:00:00 2001 From: Russ Treadwell Date: Tue, 21 Jan 2020 14:29:54 -0500 Subject: [PATCH] typo on AvailableLanguages --- Facepunch.Steamworks/SteamApps.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Facepunch.Steamworks/SteamApps.cs b/Facepunch.Steamworks/SteamApps.cs index d70b333..b01210f 100644 --- a/Facepunch.Steamworks/SteamApps.cs +++ b/Facepunch.Steamworks/SteamApps.cs @@ -87,7 +87,7 @@ internal static void InstallEvents() /// /// Gets a list of the languages the current app supports. /// - public static string[] AvailablLanguages => Internal.GetAvailableGameLanguages().Split( new[] { ',' }, StringSplitOptions.RemoveEmptyEntries ); + public static string[] AvailableLanguages => Internal.GetAvailableGameLanguages().Split( new[] { ',' }, StringSplitOptions.RemoveEmptyEntries ); /// /// Checks if the active user is subscribed to a specified AppId.