diff --git a/Application/Instances/Player.h b/Application/Instances/Player.h index c563f54..781722f 100644 --- a/Application/Instances/Player.h +++ b/Application/Instances/Player.h @@ -67,7 +67,6 @@ class Player lifeState = ReadEntity(m_lifeState); isAlive = lifeState == 256; - isLocalPlayer = name == "⭕⃤ ~Izo~ ⭕⃤"; isLocalPlayer = isLocalPlayer || (GetLocalPlayer_T() == entity); crossIndex = isLocalPlayer ? ReadLocalPlayer(m_iIDEntIndex) : -1; isTeammate = isLocalPlayer || ReadLocalPlayer(m_iTeamNum) == team;