Fix a bunch of warnings (#5058)
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Content.Server.Chemistry.Components
|
||||
public class SmokeSolutionAreaEffectComponent : SolutionAreaEffectComponent
|
||||
{
|
||||
public override string Name => "SmokeSolutionAreaEffect";
|
||||
public const string SolutionName = "smoke";
|
||||
public new const string SolutionName = "smoke";
|
||||
|
||||
protected override void UpdateVisuals()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user