Skip to content

Commit

Permalink
Removed MengSky server.
Browse files Browse the repository at this point in the history
Apparently changed into inso.link. :/
  • Loading branch information
itdelatrisu committed Sep 9, 2017
1 parent a507c69 commit b6f145b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/itdelatrisu/opsu/downloads/servers/MengSkyServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@

/**
* Download server: http://osu.mengsky.net/
* <p>
* <i>This server is offline as of September 2017.</i>
*/
public class MengSkyServer extends DownloadServer {
/** Server name. */
Expand Down
1 change: 0 additions & 1 deletion src/itdelatrisu/opsu/states/DownloadsMenu.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ public class DownloadsMenu extends BasicGameState {

/** Available beatmap download servers. */
private static final DownloadServer[] SERVERS = {
new MengSkyServer(),
new RippleServer(),
new MnetworkServer(),
new HexideServer(),
Expand Down

0 comments on commit b6f145b

Please sign in to comment.