Fixed SetClientCharacter & Revive
This commit is contained in:
@@ -530,6 +530,8 @@ namespace Barotrauma
|
||||
}
|
||||
else
|
||||
{
|
||||
this.isDead = false;
|
||||
|
||||
health = msg.ReadRangedSingle(minHealth, maxHealth, 8);
|
||||
|
||||
bool lowOxygen = msg.ReadBoolean();
|
||||
|
||||
Reference in New Issue
Block a user