Pls l0fg don't do this

This commit is contained in:
LightCat 2018-12-26 19:14:02 +01:00
parent c60b9f4451
commit faf35624e1
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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