diff --git a/src/bin/client/rsc.rs b/src/bin/client/rsc.rs index cd5e91d..77c82c7 100644 --- a/src/bin/client/rsc.rs +++ b/src/bin/client/rsc.rs @@ -9,8 +9,8 @@ pub struct ClientData { impl Default for ClientData { fn default() -> Self { Self { - ip: "localhost:39420".to_string(), - username: "your [NOVEMBER]".to_string(), + ip: String::new(), + username: String::new(), } } }