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