Add Brighter Objects to the DRG mods filter.
This commit is contained in:
parent
7f8d171825
commit
3beb305cdf
|
@ -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)> {
|
pub fn drg_mod(mod_id: &str) -> askama::Result<(String, &str)> {
|
||||||
let mods = std::collections::HashMap::<_, _>::from_iter([
|
let mods = std::collections::HashMap::<_, _>::from_iter([
|
||||||
|
("brighter-objects", "Brighter Objects"),
|
||||||
("drglib", "DRGLib"),
|
("drglib", "DRGLib"),
|
||||||
("simplemissiontimer", "SimpleMissionTimer"),
|
("simplemissiontimer", "SimpleMissionTimer"),
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in New Issue