seedpacket shortcut fix

This commit is contained in:
Rendo 2025-07-12 22:51:27 +05:00
commit 0123b29968
2 changed files with 2 additions and 2 deletions

View file

@ -76,9 +76,9 @@ public partial class Seedpacket : TextureButton
public override void _Pressed()
{
GrabFocus();
if (_handler is ISeedpacketPress pressHandler)
pressHandler.Pressed();
GrabFocus();
}
public void Recharge()