Vanquish inaccurate docs (#30449)
This commit is contained in:
@@ -250,7 +250,6 @@ namespace Content.Server.Preferences.Managers
|
|||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Retrieves preferences for the given username from storage.
|
/// Retrieves preferences for the given username from storage.
|
||||||
/// Creates and saves default preferences if they are not found, then returns them.
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public PlayerPreferences GetPreferences(NetUserId userId)
|
public PlayerPreferences GetPreferences(NetUserId userId)
|
||||||
{
|
{
|
||||||
@@ -265,7 +264,6 @@ namespace Content.Server.Preferences.Managers
|
|||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Retrieves preferences for the given username from storage or returns null.
|
/// Retrieves preferences for the given username from storage or returns null.
|
||||||
/// Creates and saves default preferences if they are not found, then returns them.
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public PlayerPreferences? GetPreferencesOrNull(NetUserId? userId)
|
public PlayerPreferences? GetPreferencesOrNull(NetUserId? userId)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user