mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
[Client] Don't open up main menu when player's death animation finishes
This commit is contained in:
parent
0d32bf5943
commit
9cffc1f661
@ -1379,7 +1379,17 @@ namespace MWMechanics
|
|||||||
if( iter->first == getPlayer())
|
if( iter->first == getPlayer())
|
||||||
{
|
{
|
||||||
//player's death animation is over
|
//player's death animation is over
|
||||||
MWBase::Environment::get().getStateManager()->askLoadRecent();
|
|
||||||
|
/*
|
||||||
|
Start of tes3mp change (major)
|
||||||
|
|
||||||
|
The main menu no longer opens when the local player dies,
|
||||||
|
because of automatic respawning by default
|
||||||
|
*/
|
||||||
|
//MWBase::Environment::get().getStateManager()->askLoadRecent();
|
||||||
|
/*
|
||||||
|
End of tes3mp change (major)
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user