mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'fix-chat-cli' into 'master'
Fix chat-cli not compiling See merge request veloren/veloren!64 Former-commit-id: 7ca03fbe4b0648094683c665f3831d100dfd2413
This commit is contained in:
@ -37,6 +37,7 @@ fn main() {
|
|||||||
for event in events {
|
for event in events {
|
||||||
match event {
|
match event {
|
||||||
Event::Chat(msg) => println!("[chat] {}", msg),
|
Event::Chat(msg) => println!("[chat] {}", msg),
|
||||||
|
Event::Disconnect => {} // TODO
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user