remove default client data (where text hints go)
This commit is contained in:
1 parent
bbe8ea3a85
commit
c2891654a3
1 file changed
+2
-2
@@ -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(),
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in new issue
Block a user