Skip to content

Commit

Permalink
Updated script-update-check to new url
Browse files Browse the repository at this point in the history
  • Loading branch information
Eruyome committed Oct 21, 2016
1 parent f1a6f4b commit 2ffbff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trade_data/TradeMacroInit.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ IfNotExist, %A_ScriptDir%\trade_config.ini
; Check if Temp-Leagues are active and set defaultLeague accordingly
TradeGlobals.Set("TempLeagueIsRunning", FunctionCheckIfTempLeagueIsRunning())
TradeGlobals.Set("DefaultLeague", (tempLeagueIsRunning > 0) ? "tmpstandard" : "standard")
TradeGlobals.Set("GithubUser", "thirdy")
TradeGlobals.Set("GithubUser", "POE-TradeMacro")
TradeGlobals.Set("GithubRepo", "POE-TradeMacro")
TradeGlobals.Set("ReleaseVersion", TradeReleaseVersion)
TradeGlobals.Set("SettingsUITitle", "PoE (Trade) Item Info Settings")
Expand Down

0 comments on commit 2ffbff1

Please sign in to comment.