mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Minor changes
Former-commit-id: 39beb7858926cb62a1f2d0db5c74e71c804c5962
This commit is contained in:
parent
3214164070
commit
26906d8674
@ -54,8 +54,6 @@ impl Client {
|
||||
let state = State::new();
|
||||
|
||||
let mut postbox = PostBox::to_server(addr)?;
|
||||
postbox.send(ClientMsg::Chat(String::from("Hello, world!")));
|
||||
postbox.send(ClientMsg::Chat(String::from("World, hello!")));
|
||||
|
||||
Ok(Self {
|
||||
thread_pool: threadpool::Builder::new()
|
||||
|
@ -3,7 +3,7 @@ use log::info;
|
||||
use server::{Input, Event, Server};
|
||||
use common::clock::Clock;
|
||||
|
||||
const TPS: u64 = 20;
|
||||
const TPS: u64 = 30;
|
||||
|
||||
fn main() {
|
||||
// Init logging
|
||||
|
Loading…
Reference in New Issue
Block a user