oopsy forgot this one

This commit is contained in:
endernon 2025-01-11 20:12:06 +00:00
parent 25b29da736
commit 6984d9cabc

View file

@ -9,8 +9,7 @@ use std::fs;
#[derive(Deserialize, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)] #[derive(Deserialize, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)]
pub struct Jsonconfig { pub struct Jsonconfig {
// not a thing to be encoded, this just toggles debug prints. Also settable using --debug // not a thing to be encoded, this just toggles debug prints. Also settable using --debug
#[serde(alias = "Debug")] #[serde(alias = "Debug", alias = "DEBUG")]
#[serde(alias = "DEBUG")]
pub debug: Option<bool>, pub debug: Option<bool>,
#[serde(alias = "itemtype", alias = "ITEM_TYPE", alias = "ITEMTYPE", alias = "Item_Type", alias = "Item_type", alias = "ItemType", alias = "Itemtype")] #[serde(alias = "itemtype", alias = "ITEM_TYPE", alias = "ITEMTYPE", alias = "Item_Type", alias = "Item_type", alias = "ItemType", alias = "Itemtype")]
// Item Types (Gear, Tome, Charm, Crafted Gear, Crafted Consum) // Item Types (Gear, Tome, Charm, Crafted Gear, Crafted Consum)