diff options
Diffstat (limited to 'azalea-protocol/src/packets/login')
| -rw-r--r-- | azalea-protocol/src/packets/login/s_hello.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/login/s_hello.rs b/azalea-protocol/src/packets/login/s_hello.rs index 86fc9f49..a65fe6a1 100644 --- a/azalea-protocol/src/packets/login/s_hello.rs +++ b/azalea-protocol/src/packets/login/s_hello.rs @@ -20,7 +20,7 @@ mod tests { #[test] fn test_read_write() { let packet = ServerboundHello { - name: "test".to_string(), + name: "test".to_owned(), profile_id: Uuid::nil(), }; let mut buf: Vec<u8> = Vec::new(); |
