]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Vanquish inaccurate docs (#30449)
authornikthechampiongr <32041239+nikthechampiongr@users.noreply.github.com>
Tue, 30 Jul 2024 02:14:34 +0000 (05:14 +0300)
committerGitHub <noreply@github.com>
Tue, 30 Jul 2024 02:14:34 +0000 (12:14 +1000)
Content.Server/Preferences/Managers/ServerPreferencesManager.cs

index 8de458b6ee64ea12e8802ece00099ce8fcb67163..2583ed022174d49f549d5f35f843145c1c0c1a7c 100644 (file)
@@ -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)
         {