rembound / Arena-Helper

A plugin for Hearthstone Deck Tracker that helps drafting Hearthstone arena decks.
http://rembound.com
222 stars 71 forks source link

removes Helper.MainWindow.Overlay references to be compatible with v0.11.4 #36

Closed azeier closed 9 years ago

azeier commented 9 years ago

With v0.11.4 the Overlay was moved to Core.Overlay and can no longer be null. !! v0.11.4 is not a full release - v0.11.3 is still the "live" version !!

Slightly different formatting apparently. Feel free to just close this and remove the if (Helper.MainWindow.Overlay != null) statements yourself if you want to keep it consistent.

rembound commented 9 years ago

Added the changes and published the release.