Probe server on lazymc start to get up-to-date server details for Forge

This commit is contained in:
timvisee
2021-11-22 22:40:37 +01:00
parent 8b09faae3d
commit 9b1f2a7011
14 changed files with 762 additions and 29 deletions

View File

@@ -10,6 +10,7 @@ extern crate log;
pub(crate) mod action;
pub(crate) mod cli;
pub(crate) mod config;
pub(crate) mod forge;
pub(crate) mod join;
#[cfg(feature = "lobby")]
pub(crate) mod lobby;
@@ -17,6 +18,7 @@ pub(crate) mod mc;
pub(crate) mod monitor;
pub(crate) mod net;
pub(crate) mod os;
pub(crate) mod probe;
pub(crate) mod proto;
pub(crate) mod proxy;
pub(crate) mod server;