diff --git a/server/src/cryp.rs b/server/src/cryp.rs index 098485cc..81e2dfe7 100644 --- a/server/src/cryp.rs +++ b/server/src/cryp.rs @@ -98,7 +98,6 @@ pub struct Cryp { pub effects: Vec, pub name: String, pub ko_logged: bool, - pub bless: bool, } fn check_lvl(lvl: u8) -> u8 { @@ -122,7 +121,6 @@ impl Cryp { effects: vec![], name: String::new(), ko_logged: false, - bless: true, }; }