mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
chat-cli fix
This commit is contained in:
parent
a9511ec44b
commit
00d02e6492
@ -1,14 +1,7 @@
|
|||||||
use client::{Client, Event};
|
use client::{Client, Event};
|
||||||
use common::{clock::Clock, comp};
|
use common::{clock::Clock, comp};
|
||||||
use log::{error, info};
|
use log::{error, info};
|
||||||
use std::{
|
use std::{io, net::ToSocketAddrs, sync::mpsc, thread, time::Duration};
|
||||||
io,
|
|
||||||
net::{SocketAddr, ToSocketAddrs},
|
|
||||||
str::FromStr,
|
|
||||||
sync::mpsc,
|
|
||||||
thread,
|
|
||||||
time::Duration,
|
|
||||||
};
|
|
||||||
|
|
||||||
const TPS: u64 = 10; // Low value is okay, just reading messages.
|
const TPS: u64 = 10; // Low value is okay, just reading messages.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user