From dec544a52ba738e2d0e2c3a042e5ccc0cb336ffb Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 15 Aug 2024 01:24:03 +0000 Subject: fix ClientboundLevelParticlesPacket errors and pathfinder /particle errors --- azalea/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea/build.rs') diff --git a/azalea/build.rs b/azalea/build.rs index 6fe00484..9a503749 100644 --- a/azalea/build.rs +++ b/azalea/build.rs @@ -7,7 +7,7 @@ fn main() { // stable & beta panic!("Azalea currently requires nightly Rust. You can use `rustup override set nightly` to set the toolchain for this directory."); } - Ok(_) => return, // nightly + Ok(_) => {} // nightly Err(_) => { // probably not installed via rustup, run rustc and parse its output let rustc_command = env::var("RUSTC") -- cgit v1.2.3