mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Tested chat-cli IP
Former-commit-id: 43c452f7785496694137ddd0fabc6e4c4e22c583
This commit is contained in:
parent
b0f483184c
commit
fb05f4f93e
@ -18,6 +18,8 @@ fn main() {
|
||||
let mut client = Client::new(([127, 0, 0, 1], 59003))
|
||||
.expect("Failed to create client instance");
|
||||
|
||||
client.send_chat("Hello!".to_string());
|
||||
|
||||
loop {
|
||||
let events = match client.tick(Input::default(), clock.get_last_delta()) {
|
||||
Ok(events) => events,
|
||||
|
Loading…
Reference in New Issue
Block a user