diff options
| author | mat <github@matdoes.dev> | 2022-05-08 23:45:15 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-05-08 23:45:15 -0500 |
| commit | 345cecf7afa84df2d5ecf075ecfb499e3fd10a55 (patch) | |
| tree | 4657aebf820aab0e934cc501fcbb822d5ef2c84f /azalea-client | |
| parent | 122693a654b0c851bbb9e134c539961419175bef (diff) | |
| download | azalea-drasl-345cecf7afa84df2d5ecf075ecfb499e3fd10a55.tar.xz | |
add more stuff
Diffstat (limited to 'azalea-client')
| -rwxr-xr-x | azalea-client/src/connect.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-client/src/connect.rs b/azalea-client/src/connect.rs index 2f38b305..522d7d48 100755 --- a/azalea-client/src/connect.rs +++ b/azalea-client/src/connect.rs @@ -177,7 +177,6 @@ impl Client { match packet { GamePacket::ClientboundLoginPacket(p) => { println!("Got login packet {:?}", p); - std::fs::write("login.txt", format!("{:#?}", p)).expect("Unable to write file"); let mut state = state.lock().await; state.player.entity.id = p.player_id; |
