Commit 2b55874b authored by twanvl's avatar twanvl

warning fix

parent 5fb8cafb
...@@ -91,6 +91,7 @@ script: ...@@ -91,6 +91,7 @@ script:
rarity_color := { rarity_color := {
if options.forum == "mse" then rarity_color_mse() if options.forum == "mse" then rarity_color_mse()
else if options.forum == "mtgsalvation" then rarity_color_mtgs() else if options.forum == "mtgsalvation" then rarity_color_mtgs()
else warning("unknown options.forum")
} }
# Colored rarity markers for MTGS forum. # Colored rarity markers for MTGS forum.
rarity_color_mtgs := { rarity_color_mtgs := {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment