Skip to content

Commit

Permalink
Addon manager references a different index to keep add-ons versioned …
Browse files Browse the repository at this point in the history
…appropriately
  • Loading branch information
LMH0013 authored and tobbi committed Oct 26, 2013
1 parent a9d5f4f commit 616f217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addon/addon_manager.cpp
Expand Up @@ -104,7 +104,7 @@ AddonManager::check_online()
#ifdef HAVE_LIBCURL
char error_buffer[CURL_ERROR_SIZE+1];

const char* baseUrl = "http://addons.supertux.googlecode.com/git/index.nfo";
const char* baseUrl = "http://addons.supertux.googlecode.com/git/index-0_3_4.nfo";
std::string addoninfos = "";

CURL *curl_handle;
Expand Down

0 comments on commit 616f217

Please sign in to comment.