This commit is contained in:
parent
4cbc84f02b
commit
a4bdfd2b52
|
|
@ -370,7 +370,7 @@ namespace Content.Client.Wires.UI
|
|||
return;
|
||||
}
|
||||
|
||||
if (args.RelativePixelPosition.Y > 20 && args.RelativePixelPosition.Y < 60)
|
||||
if (args.RelativePosition.Y > 20 && args.RelativePosition.Y < 60)
|
||||
{
|
||||
WireClicked?.Invoke();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue