remove debug print
This commit is contained in:
parent
6d034ebffb
commit
73f7155e45
1 changed files with 0 additions and 1 deletions
1
cheat.py
1
cheat.py
|
@ -292,7 +292,6 @@ class Cheat(Hack):
|
|||
|
||||
def cheat():
|
||||
if (mem.read_int(local_player + offset["m_flFlashDuration"])):
|
||||
print("rtatio")
|
||||
mem.write_int(local_player + offset["m_flFlashDuration"], 0)
|
||||
|
||||
# Less chance to get flash again
|
||||
|
|
Reference in a new issue