Remove deathscreen disabler as that causes trouble

You will now take damage from being punched or other things server-side, but nothing client-side.
master
rarkenin 2013-03-17 18:53:11 -03:00
parent 133e6562e5
commit 2389a0299b
1 changed files with 3 additions and 3 deletions

View File

@ -2128,8 +2128,8 @@ void the_game(
}
else if(event.type == CE_DEATHSCREEN)
{
if(false)
{
// if(false)
//{
if(respawn_menu_active)
continue;
@ -2160,7 +2160,7 @@ void the_game(
/*LocalPlayer* player = client.getLocalPlayer();
player->setPosition(player->getPosition() + v3f(0,-BS,0));
camera.update(player, busytime, screensize);*/
}
// }
}
else if (event.type == CE_SHOW_FORMSPEC)
{