mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-16 20:55:03 +01:00
try to fix everything
This commit is contained in:
parent
ac2acbae1f
commit
5dc33f0dab
10 changed files with 1576 additions and 1525 deletions
|
|
@ -125,7 +125,7 @@ fn server_properties(host: SocketAddr) -> classes::Table {
|
|||
}
|
||||
|
||||
let host_str = host.ip().to_string();
|
||||
let host_value = if host_str.len() < 256 {
|
||||
let _host_value = if host_str.len() < 256 {
|
||||
FieldValue::ShortString(host_str)
|
||||
} else {
|
||||
FieldValue::LongString(host_str.into())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue