mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Updated chat-cli with new API
This commit is contained in:
parent
83c403aff3
commit
ce67292d04
@ -48,7 +48,7 @@ fn main() {
|
||||
)
|
||||
.expect("Failed to create client instance");
|
||||
|
||||
println!("Server info: {:?}", client.server_info);
|
||||
println!("Server info: {:?}", client.server_info());
|
||||
|
||||
println!("Players online: {:?}", client.get_players());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user