refactor: expand a few variable names

This commit is contained in:
2025-03-20 17:47:18 -04:00
parent e7133ecc5f
commit 228b3e3e54
3 changed files with 6 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ pub fn get_block_state(_lua: &Lua, client: &Client, position: Vec3) -> Result<Op
position.y as i32,
position.z as i32,
))
.map(|b| b.id))
.map(|block| block.id))
}
pub fn get_fluid_state(lua: &Lua, client: &Client, position: Vec3) -> Result<Option<Table>> {