mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-23 20:09:46 +03:00
Misc patches
This commit is contained in:
@@ -34,10 +34,12 @@ void LeafTile::die(Level* level, int x, int y, int z)
|
||||
|
||||
int LeafTile::getColor(LevelSource* level, int x, int y, int z)
|
||||
{
|
||||
#ifndef SERVER
|
||||
if (GetPatchManager()->IsGrassTinted())
|
||||
{
|
||||
return 0x339933;
|
||||
}
|
||||
#endif
|
||||
|
||||
return 0xffffff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user