Pls l0fg don't do this
This commit is contained in:
parent
c60b9f4451
commit
faf35624e1
@ -36,6 +36,7 @@ void Draw()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#if ENABLE_VISUALS
|
||||
static InitRoutine EC([]() { EC::Register(EC::Draw, Draw, "antidisguise", EC::average); });
|
||||
#endif
|
||||
} // namespace hacks::tf2::antidisguise
|
||||
|
@ -103,6 +103,7 @@ void Draw()
|
||||
backstab_triggered = false;
|
||||
}
|
||||
}
|
||||
|
||||
#if ENABLE_VISUALS
|
||||
static InitRoutine EC([]() { EC::Register(EC::Draw, Draw, "spyalert", EC::average); });
|
||||
#endif
|
||||
} // namespace hacks::tf::spyalert
|
||||
|
Reference in New Issue
Block a user