diff options
| author | mat <github@matdoes.dev> | 2022-04-22 00:10:24 +0000 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-04-22 00:10:24 +0000 |
| commit | c31c6fa7d003bc8440c749063c109b58669bdb80 (patch) | |
| tree | a41826ee8f57e46c648d3d433ff4fd6a5eed3fbd /azalea-client/src | |
| parent | 03d14e13f2f06528a377c4508aefb2a7a044c193 (diff) | |
| download | azalea-drasl-c31c6fa7d003bc8440c749063c109b58669bdb80.tar.xz | |
change to not ping
Diffstat (limited to 'azalea-client/src')
| -rw-r--r-- | azalea-client/src/connect.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/src/connect.rs b/azalea-client/src/connect.rs index 3f0a8560..7e6dba51 100644 --- a/azalea-client/src/connect.rs +++ b/azalea-client/src/connect.rs @@ -87,7 +87,7 @@ pub async fn join_server(address: &ServerAddress) -> Result<(), String> { } }, Err(e) => { - println!("Error: {:?}", e); + panic!("Error: {:?}", e); } } } |
