From c5d7a72fdcbb751b4913d5425fc4cbd7e5bc0861 Mon Sep 17 00:00:00 2001 From: ntr Date: Tue, 18 Dec 2018 15:18:57 +1100 Subject: [PATCH] reemove test field --- server/src/cryp.rs | 2 -- 1 file changed, 2 deletions(-) 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, }; }