Enable nullability in Content.Server (#3685)
This commit is contained in:
@@ -32,7 +32,7 @@ namespace Content.Server.GameObjects.EntitySystems
|
||||
return Minds.ContainsValue(mind);
|
||||
}
|
||||
|
||||
public Dictionary<int, string> GetIdToUser()
|
||||
public Dictionary<int, string?> GetIdToUser()
|
||||
{
|
||||
return Minds.ToDictionary(m => m.Key, m => m.Value.CharacterName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user