mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-06 13:33: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)
|
void UtilityMenu::setLastToken(CardInfoPtr lastToken)
|
||||||
{
|
{
|
||||||
if (createAnotherTokenActionExists()) {
|
if (!createAnotherTokenActionExists()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue