Skip to content

Commit

Permalink
shiez
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyterkat committed Jul 3, 2023
1 parent dabb9fe commit 3ee03af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/turfs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ where
#[hook("/turf/proc/update_air_ref")]
fn hook_register_turf() {
let id = unsafe { src.raw.data.id };
let flag = determine_turf_flag(&src);
let flag = determine_turf_flag(src);
if let Ok(blocks) = src.get_number(byond_string!("blocks_air")) {
if blocks > 0.0 {
with_turf_gases_write(|arena| arena.remove_turf(id));
Expand Down

0 comments on commit 3ee03af

Please sign in to comment.