aboutsummaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-02-29 17:59:22 +0100
committermetamuffin <metamuffin@disroot.org>2024-02-29 17:59:22 +0100
commit535bce5fc8de87ab86b0df182e607b53e09679fb (patch)
treeaccbc99f13f2f2ad7ad1c968657d650857f8dbc5 /src/config.rs
parentf9b7d99cd40717e30abaa0de62238046a6dd26bb (diff)
downloadtrash-proxy-535bce5fc8de87ab86b0df182e607b53e09679fb.tar
trash-proxy-535bce5fc8de87ab86b0df182e607b53e09679fb.tar.bz2
trash-proxy-535bce5fc8de87ab86b0df182e607b53e09679fb.tar.zst
update azalea
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs2
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>,