Fix Lava Buckets

This commit is contained in:
Bigjango13 2022-07-20 21:13:36 -04:00
parent 379da809cd
commit 2785c8e6f7
3 changed files with 5 additions and 2 deletions

View File

@ -1 +1 @@
2.4.1
2.4.2

View File

@ -1,5 +1,8 @@
# Changelog
**2.4.2**
* Fix Bug Where Buckets Turned Lava Into Water
**2.4.1**
* Allow More Characters In Usernames And Chat
* Fix Running On ARMHF Debian Buster

View File

@ -40,7 +40,7 @@ static int32_t BucketItem_useOn(__attribute__((unused)) unsigned char *item, Ite
if (tile == *(int32_t *) (*Tile_calmWater + Tile_id_property_offset)) {
new_auxiliary = *(int32_t *) (*Tile_water + Tile_id_property_offset);
} else if (tile == *(int32_t *) (*Tile_calmLava + Tile_id_property_offset)) {
new_auxiliary = *(int32_t *) (*Tile_water + Tile_id_property_offset);
new_auxiliary = *(int32_t *) (*Tile_lava + Tile_id_property_offset);
}
if (new_auxiliary != 0) {
// Valid