diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/config.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.rs b/src/config.rs index 750475b..5ad21a5 100644 --- a/src/config.rs +++ b/src/config.rs @@ -9,7 +9,7 @@ use std::{ #[derive(Debug, Clone, Serialize, Deserialize)] pub struct Config { - pub protocol: u32, + pub protocol: i32, pub backend: SocketAddr, pub bind: SocketAddr, pub whitelist: Vec<PlayerConfig>, |