typo
This commit is contained in:
parent
d32b733f2c
commit
f42647cc2e
1 changed files with 1 additions and 1 deletions
2
cheat.py
2
cheat.py
|
@ -340,7 +340,7 @@ class Cheat(Hack):
|
|||
if (mem.read_int(local_player + offset["m_flFlashDuration"])):
|
||||
mem.write_int(local_player + offset["m_flFlashDuration"], 0)
|
||||
|
||||
# Less chance to get flash again
|
||||
# Less chance to get flashed again
|
||||
sleep(1)
|
||||
|
||||
self.hack_loop(cheat)
|
||||
|
|
Reference in a new issue