From 28c477c8ea479e59033789ecad2f7d2a97cc6355 Mon Sep 17 00:00:00 2001 From: Alexander Medvedev Date: Sat, 24 Jan 2026 22:06:10 +0100 Subject: [PATCH] fix: typo --- pumpkin/src/world/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pumpkin/src/world/mod.rs b/pumpkin/src/world/mod.rs index 08e490d66..dada84cb3 100644 --- a/pumpkin/src/world/mod.rs +++ b/pumpkin/src/world/mod.rs @@ -1325,7 +1325,7 @@ impl World { metadata.set(entity_data_key::WIDTH, MetadataValue::Float(0.6)); metadata.set(entity_data_key::HEIGHT, MetadataValue::Float(1.8)); - // This is super important, oterwise the client will float by default + // This is super important, otherwise the client will float by default metadata.set_flag(entity_data_flag::HAS_GRAVITY); // Prevents the client from showing air buddles on hud even when not in water