mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 21:13:55 -07:00
Fix another inversion.
Took 6 minutes
This commit is contained in:
parent
f482f3160a
commit
4c292c6f84
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ void UtilityMenu::populatePredefinedTokensMenu()
|
|||
|
||||
void UtilityMenu::setLastToken(CardInfoPtr lastToken)
|
||||
{
|
||||
if (createAnotherTokenActionExists()) {
|
||||
if (!createAnotherTokenActionExists()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue