diff --git a/src/lib.rs b/src/lib.rs index fe3363f..885d758 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -28,7 +28,7 @@ pub struct GameServer { impl GameServer { pub fn new() -> Self { let mut creds = HashMap::new(); - creds.insert("rusty".to_string(), "rusty".to_string()); + creds.insert("rusty".to_string(), "".to_string()); creds.insert("test".to_string(), "test".to_string()); creds.insert("dragonfly".to_string(), "dragonfly".to_string()); Self {