mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-17 05:05:03 +01:00
Update connection.rs
This commit is contained in:
parent
6f6c0848ac
commit
729fec8121
1 changed files with 1 additions and 1 deletions
|
|
@ -694,7 +694,7 @@ fn server_properties(host: SocketAddr) -> Table {
|
||||||
("host".to_owned(), ls(host_str)),
|
("host".to_owned(), ls(host_str)),
|
||||||
("product".to_owned(), ls("haesli")),
|
("product".to_owned(), ls("haesli")),
|
||||||
("version".to_owned(), ls("0.1.0")),
|
("version".to_owned(), ls("0.1.0")),
|
||||||
("platform".to_owned(), ls("microsoft linux")),
|
("platform".to_owned(), ls("linux superiority")),
|
||||||
("copyright".to_owned(), ls("MIT")),
|
("copyright".to_owned(), ls("MIT")),
|
||||||
("information".to_owned(), ls("hello reader")),
|
("information".to_owned(), ls("hello reader")),
|
||||||
("uwu".to_owned(), ls("owo")),
|
("uwu".to_owned(), ls("owo")),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue