mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fix build error
This commit is contained in:
parent
cc6aa6f33d
commit
5b928ce7c5
@ -68,7 +68,10 @@ fn main() {
|
||||
|
||||
for event in events {
|
||||
match event {
|
||||
Event::ChatMsg(msg) => println!("{}", msg),
|
||||
Event::Chat {
|
||||
chat_type: _,
|
||||
message,
|
||||
} => println!("{}", message),
|
||||
Event::Disconnect => {} // TODO
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user