This commit is contained in:
Evil Factory
2022-01-13 12:41:56 -03:00
13 changed files with 22 additions and 9 deletions
@@ -420,6 +420,7 @@ namespace Barotrauma.Networking
{
ReduceCharacterSkills(characterInfos[i]);
characterInfos[i].RemoveSavedStatValuesOnDeath();
characterInfos[i].CauseOfDeath = null;
}
}
}