Skip to content

Commit

Permalink
fixtypo
Browse files Browse the repository at this point in the history
  • Loading branch information
Seddik committed Aug 22, 2021
1 parent 78fe8b3 commit d1aa0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/moveValidation.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const MoveValidate = {
)
);
}
if (G.tokens[cardType].length == 0) {
if (G.tokens[cardType].length === 0) {
return result(
false,
"No tokens in the market to trade that resource!"
Expand Down

0 comments on commit d1aa0db

Please sign in to comment.