mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 21:13:55 -07:00
Fix emitting slot instead of signal.
Took 15 minutes
This commit is contained in:
parent
92036eaf4c
commit
6c57258c66
1 changed files with 1 additions and 1 deletions
|
|
@ -413,7 +413,7 @@ void GameScene::deleteArrow(int playerId, int arrowId)
|
|||
void GameScene::requestArrowDeletion(int playerId, int arrowId)
|
||||
{
|
||||
if (arrowRegistry.contains(playerId, arrowId)) {
|
||||
emit requestArrowDeletion(playerId, arrowId);
|
||||
emit arrowDeletionRequested(playerId, arrowId);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue