Vanquish inaccurate docs (#30449)

This commit is contained in:
nikthechampiongr
2024-07-30 05:14:34 +03:00
committed by GitHub
parent 18370c3d1c
commit 2f42e1d18e

View File

@@ -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)
{ {