seedpacket shortcut fix
This commit is contained in:
parent
e08a07a3f0
commit
0123b29968
2 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue