Fixed SetClientCharacter & Revive

This commit is contained in:
Joonas Rikkonen
2017-07-26 17:19:35 +03:00
parent f062ca0e4d
commit 6faf658ae0
3 changed files with 5 additions and 3 deletions
@@ -530,6 +530,8 @@ namespace Barotrauma
}
else
{
this.isDead = false;
health = msg.ReadRangedSingle(minHealth, maxHealth, 8);
bool lowOxygen = msg.ReadBoolean();