Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
Adubbz committed Jan 8, 2024
1 parent b35eb8f commit 63890d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public static TemperatureLevel getTemperatureAtPosWithoutProximity(Level level,
temperature = modifier.modify(level, pos, temperature);
}

return temperature
return temperature;
}

@Override
Expand Down

0 comments on commit 63890d0

Please sign in to comment.