mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-12 22:58:01 +03:00
Merge pull request #502 from benbristow/fix-violence-typo
Fix 'IsLowVoilence' Typo
This commit is contained in:
commit
68977092f3
@ -53,7 +53,7 @@ namespace Steamworks
|
||||
/// Checks if the license owned by the user provides low violence depots.
|
||||
/// Low violence depots are useful for copies sold in countries that have content restrictions
|
||||
/// </summary>
|
||||
public static bool IsLowVoilence => Internal.BIsLowViolence();
|
||||
public static bool IsLowViolence => Internal.BIsLowViolence();
|
||||
|
||||
/// <summary>
|
||||
/// Checks whether the current App ID license is for Cyber Cafes.
|
||||
|
Loading…
x
Reference in New Issue
Block a user