mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
* Disable picking for fire.
This commit is contained in:
@@ -144,9 +144,7 @@ bool FireTile::isValidFireLocation(Level* level, int x, int y, int z)
|
||||
|
||||
bool FireTile::mayPick()
|
||||
{
|
||||
//return false;
|
||||
|
||||
return true; // @TODO: For testing
|
||||
return false;
|
||||
}
|
||||
|
||||
bool FireTile::mayPlace(Level* level, int x, int y, int z)
|
||||
|
||||
Reference in New Issue
Block a user