Skip to content

Commit bd41772

Browse files
authored
Merge pull request #315 from Unity-Technologies/feature/compiler-hotfix
hotfix for a compilation issue
2 parents 0f9eab6 + 9102364 commit bd41772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/BossRoom/Scripts/Server/Game/Character/ServerCharacter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ public IDamageable.SpecialDamageFlags GetSpecialDamageFlags()
259259

260260
public bool IsDamageable()
261261
{
262-
return NetState.NetworkLifeState.Value == LifeState.Alive;
262+
return NetState.NetworkLifeState.LifeState.Value == LifeState.Alive;
263263
}
264264

265265
/// <summary>

0 commit comments

Comments
 (0)