mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-18 09:35:50 +00:00
[Game] Add Creativerse support.
This commit is contained in:
parent
89d69c1176
commit
76a3ac2f78
7 changed files with 84 additions and 56 deletions
|
|
@ -16,6 +16,7 @@ use gamedig::{
|
|||
bo,
|
||||
ccure,
|
||||
cosu,
|
||||
creativerse,
|
||||
cs,
|
||||
cscz,
|
||||
csgo,
|
||||
|
|
@ -193,6 +194,7 @@ fn main() -> GDResult<()> {
|
|||
"haloce" => println!("{:#?}", haloce::query(ip, port)?),
|
||||
"jc2mp" => println!("{:#?}", jc2mp::query(ip, port)?),
|
||||
"warsow" => println!("{:#?}", warsow::query(ip, port)?),
|
||||
"creativerse" => println!("{:#?}", creativerse::query(ip, port)?),
|
||||
_ => panic!("Undefined game: {}", args[1]),
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue