Update connection.rs

This commit is contained in:
nora 2022-03-22 15:34:37 +01:00 committed by GitHub
parent 6f6c0848ac
commit 729fec8121
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -694,7 +694,7 @@ fn server_properties(host: SocketAddr) -> Table {
("host".to_owned(), ls(host_str)),
("product".to_owned(), ls("haesli")),
("version".to_owned(), ls("0.1.0")),
("platform".to_owned(), ls("microsoft linux")),
("platform".to_owned(), ls("linux superiority")),
("copyright".to_owned(), ls("MIT")),
("information".to_owned(), ls("hello reader")),
("uwu".to_owned(), ls("owo")),