Construction warning cleanup (#12256)
This commit is contained in:
@@ -22,9 +22,9 @@ namespace Content.Shared.Construction.Conditions
|
||||
return true;
|
||||
}
|
||||
|
||||
public ConstructionGuideEntry? GenerateGuideEntry()
|
||||
public ConstructionGuideEntry GenerateGuideEntry()
|
||||
{
|
||||
return new ConstructionGuideEntry()
|
||||
return new ConstructionGuideEntry
|
||||
{
|
||||
Localization = "construction-step-condition-no-windows-in-tile"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user