diff options
| author | mat <github@matdoes.dev> | 2022-07-07 01:17:20 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-07-07 01:17:20 -0500 |
| commit | 5e3a6066f87b1a03e0303b41cee82103a709b02a (patch) | |
| tree | bf26f7af53d656bc6d63aa003742d92ada048f6b /azalea-client/src | |
| parent | 31e5629ce1c8267802bbcb9d03b60a299d474e59 (diff) | |
| download | azalea-drasl-5e3a6066f87b1a03e0303b41cee82103a709b02a.tar.xz | |
Fix error
Diffstat (limited to 'azalea-client/src')
| -rw-r--r-- | azalea-client/src/client.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-client/src/client.rs b/azalea-client/src/client.rs index 11c2bb75..b904fa92 100644 --- a/azalea-client/src/client.rs +++ b/azalea-client/src/client.rs @@ -100,6 +100,7 @@ impl Client { ServerboundHelloPacket { username: account.username.clone(), public_key: None, + profile_id: None, } .get(), ) |
