wire panel now opens when a wire tool is used (#3200)

This commit is contained in:
tmtmtl30
2021-02-14 06:38:41 -08:00
committed by GitHub
parent 941f609417
commit 137b99a543
2 changed files with 28 additions and 10 deletions

View File

@@ -397,7 +397,7 @@ namespace Content.Server.GameObjects.Components.Doors
}
}
if (args.Action == Mend)
else if (args.Action == Mend)
{
switch (args.Identifier)
{
@@ -420,7 +420,7 @@ namespace Content.Server.GameObjects.Components.Doors
}
}
if (args.Action == Cut)
else if (args.Action == Cut)
{
switch (args.Identifier)
{