1
Fork 0

Add Brighter Objects to the DRG mods filter.

This commit is contained in:
Bauke 2023-01-30 12:43:46 +01:00
parent 7f8d171825
commit 3beb305cdf
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ Get the DRG mod link and title from a given ID.
*/
pub fn drg_mod(mod_id: &str) -> askama::Result<(String, &str)> {
let mods = std::collections::HashMap::<_, _>::from_iter([
("brighter-objects", "Brighter Objects"),
("drglib", "DRGLib"),
("simplemissiontimer", "SimpleMissionTimer"),
]);