Skip to content

Commit

Permalink
Remove Core from available branch list
Browse files Browse the repository at this point in the history
  • Loading branch information
Popax21 committed Nov 18, 2023
1 parent a782688 commit 8f49188
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Celeste.Mod.mm/Mod/Everest/Everest.Updater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -158,15 +158,6 @@ public void Clear() {
Index = GetEverestUpdaterDatabaseURL,
ParseData = UpdateListParser("dev")
},
new Source {
Name = "updater_src_core",
Description = "updater_src_buildbot_azure",

UpdatePriority = UpdatePriority.None,

Index = GetEverestUpdaterDatabaseURL,
ParseData = UpdateListParser("core")
},
};

public static Task RequestAll() {
Expand Down

0 comments on commit 8f49188

Please sign in to comment.