Skip to content

Commit

Permalink
Disable prevent_proxy_connections by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowiiii authored Aug 11, 2024
1 parent 44212b4 commit af912f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pumpkin/src/config/auth_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ impl Default for Authentication {
fn default() -> Self {
Self {
enabled: true,
prevent_proxy_connections: true,
prevent_proxy_connections: false,
player_profile: Default::default(),
textures: Default::default(),
}
Expand Down

0 comments on commit af912f3

Please sign in to comment.