Skip to content

Commit c3e5d0c

Browse files
committed
fix: change list
1 parent 851b2b8 commit c3e5d0c

File tree

1 file changed

+5
-60
lines changed

1 file changed

+5
-60
lines changed

src/jobs/fixeroo.rs

+5-60
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,6 @@ struct ModImport {
1111

1212
pub async fn fixeroo(limit_mb: u32, conn: &mut PgConnection) -> Result<(), ApiError> {
1313
let mod_imports: Vec<ModImport> = vec![
14-
ModImport {
15-
id: 3845,
16-
mod_id: "alphalaneous.happy_textures",
17-
download_link: "https://github.com/Alphalaneous/HappyTextures/releases/download/1.9.6/alphalaneous.happy_textures.geode",
18-
},
19-
ModImport {
20-
id: 3844,
21-
mod_id: "glow12.groupshift",
22-
download_link: "https://github.com/glow13/GroupShift/releases/download/v1.1.2/glow12.groupshift.geode",
23-
},
2414
ModImport {
2515
id: 3843,
2616
mod_id: "ninkaz.editor_utils",
@@ -36,31 +26,16 @@ pub async fn fixeroo(limit_mb: u32, conn: &mut PgConnection) -> Result<(), ApiEr
3626
mod_id: "zilko.level_showcases",
3727
download_link: "https://github.com/ZiLko/Level-Showcases/releases/download/v1.0.0/zilko.level_showcases.geode",
3828
},
39-
ModImport {
40-
id: 3840,
41-
mod_id: "sphericle.anti-kick",
42-
download_link: "https://github.com/sphericle/anti-kick/releases/download/v1.0.0/sphericle.anti-kick.geode",
43-
},
4429
ModImport {
4530
id: 3839,
4631
mod_id: "ryder7223.autopractice",
4732
download_link: "https://github.com/ryder7223/Auto-Practice/releases/download/v1.1.7/ryder7223.autopractice.geode",
4833
},
49-
ModImport {
50-
id: 3838,
51-
mod_id: "vinsterplays.music_integrations",
52-
download_link: "https://github.com/Vinsterplays/Music-Integrations/releases/download/v1.4.0/vinsterplays.music_integrations.geode",
53-
},
5434
ModImport {
5535
id: 3836,
5636
mod_id: "raydeeux.revisedlevelcells",
5737
download_link: "https://github.com/RayDeeUx/RevisedLevelCells/releases/download/v1.2.0/raydeeux.revisedlevelcells.geode",
5838
},
59-
ModImport {
60-
id: 3835,
61-
mod_id: "bobby_shmurner.custom-song-fade",
62-
download_link: "https://github.com/BobbyShmurner/custom-song-fade/releases/download/v1.0.1/bobby_shmurner.custom-song-fade.geode",
63-
},
6439
ModImport {
6540
id: 3834,
6641
mod_id: "alphalaneous.safe_zones_for_ios",
@@ -71,16 +46,6 @@ pub async fn fixeroo(limit_mb: u32, conn: &mut PgConnection) -> Result<(), ApiEr
7146
mod_id: "nwo5.trigger_id_search",
7247
download_link: "https://github.com/Nwo5-trg/TriggerIDSearch/releases/download/v1.0.0/nwo5.trigger_id_search.geode",
7348
},
74-
ModImport {
75-
id: 3831,
76-
mod_id: "jarvisdevil.abusedb",
77-
download_link: "https://github.com/jarvisdevlin/AbuseDB/releases/download/v1.0.0-beta.1/jarvisdevil.abusedb.geode",
78-
},
79-
ModImport {
80-
id: 3830,
81-
mod_id: "razoom.object_groups",
82-
download_link: "https://github.com/RazoomGD/geode-object-groups/releases/download/v2.1.1/razoom.object_groups.geode",
83-
},
8449
ModImport {
8550
id: 3829,
8651
mod_id: "cvolton.misc_bugfixes",
@@ -116,11 +81,6 @@ pub async fn fixeroo(limit_mb: u32, conn: &mut PgConnection) -> Result<(), ApiEr
11681
mod_id: "hiimjustin000.more_icons",
11782
download_link: "https://github.com/hiimjasmine00/MoreIcons/releases/download/v1.12.3/hiimjustin000.more_icons.geode",
11883
},
119-
ModImport {
120-
id: 3820,
121-
mod_id: "zilko.playback_marker",
122-
download_link: "https://github.com/ZiLko/Playback-Marker/releases/download/v1.0.0/zilko.playback_marker.geode",
123-
},
12484
ModImport {
12585
id: 3819,
12686
mod_id: "abb2k.custom_icon_size",
@@ -146,6 +106,11 @@ pub async fn fixeroo(limit_mb: u32, conn: &mut PgConnection) -> Result<(), ApiEr
146106
mod_id: "elohmrow.death_tracker",
147107
download_link: "https://github.com/eloh-mrow/death-tracker/releases/download/v2.4.6/elohmrow.death_tracker.geode",
148108
},
109+
ModImport {
110+
id: 3813,
111+
mod_id: "glow12.groupshift",
112+
download_link: "https://github.com/glow13/GroupShift/releases/download/v1.1.1/glow12.groupshift.geode",
113+
},
149114
ModImport {
150115
id: 3812,
151116
mod_id: "prevter.go-indicator",
@@ -166,11 +131,6 @@ pub async fn fixeroo(limit_mb: u32, conn: &mut PgConnection) -> Result<(), ApiEr
166131
mod_id: "ninxout.options_api",
167132
download_link: "https://github.com/ninXout/OptionsAPI/releases/download/v1.0.1/ninxout.options_api.geode",
168133
},
169-
ModImport {
170-
id: 3806,
171-
mod_id: "capeling.one_life",
172-
download_link: "https://github.com/Capeling/One-Life/releases/download/v1.0.0-alpha.1/capeling.one_life.geode",
173-
},
174134
ModImport {
175135
id: 3805,
176136
mod_id: "iandyhd3.wsliveeditor",
@@ -181,11 +141,6 @@ pub async fn fixeroo(limit_mb: u32, conn: &mut PgConnection) -> Result<(), ApiEr
181141
mod_id: "zilko.improved_folders",
182142
download_link: "https://github.com/ZiLko/Improved-Folders/releases/download/v1.0.0/zilko.improved_folders.geode",
183143
},
184-
ModImport {
185-
id: 3803,
186-
mod_id: "naxrin.transparent",
187-
download_link: "https://github.com/Naxrin/Transparent-Background/releases/download/v3.5.2/naxrin.transparent.geode",
188-
},
189144
ModImport {
190145
id: 3802,
191146
mod_id: "saumondeluxe.rainbow_icon",
@@ -201,16 +156,6 @@ pub async fn fixeroo(limit_mb: u32, conn: &mut PgConnection) -> Result<(), ApiEr
201156
mod_id: "timestepyt.deltarune_textboxes",
202157
download_link: "https://github.com/TimeStepYT/DeltaruneTextboxes/releases/download/v1.4.3/timestepyt.deltarune_textboxes.geode",
203158
},
204-
ModImport {
205-
id: 3798,
206-
mod_id: "hbg1010.hidenewbest",
207-
download_link: "https://github.com/Hbg1010/Toggle-New-Best-Visibility/releases/download/v1.0.1/hbg1010.hidenewbest.geode",
208-
},
209-
ModImport {
210-
id: 3797,
211-
mod_id: "somroti.offlineprogression",
212-
download_link: "https://github.com/Somroti/geode-mods/raw/refs/heads/main/Offline%20Progression/somroti.offlineprogression.geode",
213-
},
214159
ModImport {
215160
id: 3795,
216161
mod_id: "n.friends",

0 commit comments

Comments
 (0)