typo
This commit is contained in:
parent
f42647cc2e
commit
5427769e9e
1 changed files with 1 additions and 1 deletions
2
cheat.py
2
cheat.py
|
@ -181,7 +181,7 @@ class Cheat(Hack):
|
|||
client + offset["dwEntityList"] + (crosshair_id - 1) * offset["entity_size"])
|
||||
|
||||
# Check if ennemy is alive
|
||||
if mem.read_int(entity + offset["m_lifeState"]):
|
||||
if mem.read_int(ennemy + offset["m_lifeState"]):
|
||||
return
|
||||
|
||||
# Ignore allies
|
||||
|
|
Reference in a new issue