forked from Kolyah35/minecraft-pe-0.6.1
FIX: grass color | small improvements
This commit is contained in:
@@ -516,7 +516,7 @@ void Minecraft::tick(int nTick, int maxTick) {
|
||||
if (missTime > 0) missTime--;
|
||||
#ifndef STANDALONE_SERVER
|
||||
if (!screen && player) {
|
||||
if (player->health <= 0) {
|
||||
if (player->hasDied()) {
|
||||
setScreen(new DeathScreen());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user