Enable nullability in Content.Server (#3685)
This commit is contained in:
@@ -30,7 +30,7 @@ namespace Content.Server.GameObjects.EntitySystems
|
||||
_servers.Remove(server);
|
||||
}
|
||||
|
||||
public ResearchServerComponent GetServerById(int id)
|
||||
public ResearchServerComponent? GetServerById(int id)
|
||||
{
|
||||
foreach (var server in Servers)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user