From 2f42e1d18e0b5d34e07f4c7c08046431e1ba89bd Mon Sep 17 00:00:00 2001
From: nikthechampiongr <32041239+nikthechampiongr@users.noreply.github.com>
Date: Tue, 30 Jul 2024 05:14:34 +0300
Subject: [PATCH] Vanquish inaccurate docs (#30449)
---
Content.Server/Preferences/Managers/ServerPreferencesManager.cs | 2 --
1 file changed, 2 deletions(-)
diff --git a/Content.Server/Preferences/Managers/ServerPreferencesManager.cs b/Content.Server/Preferences/Managers/ServerPreferencesManager.cs
index 8de458b6ee..2583ed0221 100644
--- a/Content.Server/Preferences/Managers/ServerPreferencesManager.cs
+++ b/Content.Server/Preferences/Managers/ServerPreferencesManager.cs
@@ -250,7 +250,6 @@ namespace Content.Server.Preferences.Managers
///
/// Retrieves preferences for the given username from storage.
- /// Creates and saves default preferences if they are not found, then returns them.
///
public PlayerPreferences GetPreferences(NetUserId userId)
{
@@ -265,7 +264,6 @@ namespace Content.Server.Preferences.Managers
///
/// Retrieves preferences for the given username from storage or returns null.
- /// Creates and saves default preferences if they are not found, then returns them.
///
public PlayerPreferences? GetPreferencesOrNull(NetUserId? userId)
{
--
2.52.0