mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 05:27:38 +03:00
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user