mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fix chat-cli not compiling
Former-commit-id: b69c0e8208374af3eef0d996137a5e7ebbfe9a16
This commit is contained in:
parent
e3de381001
commit
5cb368dddc
@ -37,6 +37,7 @@ fn main() {
|
||||
for event in events {
|
||||
match event {
|
||||
Event::Chat(msg) => println!("[chat] {}", msg),
|
||||
Event::Disconnect => {} // TODO
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user