ToyDragon / TTSDeckImporter

MTG deck importer for Table Top Simulator
10 stars 5 forks source link

Fix Coolify Lands: check for empty strings as well as null #7

Closed bnm91 closed 7 years ago

bnm91 commented 7 years ago

This fixes issue #6 that I just created. It seems that card.set, etc are actually getting set to an empty string instead of null which was not being checked. This caused the coolify logic to be skipped.