wire panel now opens when a wire tool is used (#3200)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user