remove default client data (where text hints go)
This commit is contained in:
@@ -9,8 +9,8 @@ pub struct ClientData {
|
|||||||
impl Default for ClientData {
|
impl Default for ClientData {
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Self {
|
Self {
|
||||||
ip: "localhost:39420".to_string(),
|
ip: String::new(),
|
||||||
username: "your [NOVEMBER]".to_string(),
|
username: String::new(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user