diff --git a/server/src/test_world.rs b/server/src/test_world.rs index 43ac693104..ecdcd88986 100644 --- a/server/src/test_world.rs +++ b/server/src/test_world.rs @@ -52,7 +52,8 @@ impl World { let (x, y) = chunk_pos.map(|e| e.to_le_bytes()).into_tuple(); let mut rng = SmallRng::from_seed([ x[0], x[1], x[2], x[3], y[0], y[1], y[2], y[3], x[0], x[1], x[2], x[3], y[0], y[1], - y[2], y[3], + y[2], y[3], x[0], x[1], x[2], x[3], y[0], y[1], y[2], y[3], x[0], x[1], x[2], x[3], + y[0], y[1], y[2], y[3], ]); let height = rng.gen::() % 8;