ok that was pretty dumb

This commit is contained in:
surepy 2018-10-30 19:38:07 -04:00
parent 06fbf8f203
commit 2db1c80a0c
2 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,7 @@
#include "Misc.hpp"
#include "Trigger.hpp"
#include "KillSay.hpp"
#include "DominateSay.hpp"
#include "UberSpam.hpp"
#include "Achievement.hpp"
#endif

View File

@ -339,6 +339,7 @@ free(logname);*/
#if not LAGBOT_MODE
// FIXME [MP]
hacks::shared::killsay::init();
hacks::shared::dominatesay::init();
hacks::shared::announcer::init();
hacks::tf2::killstreak::init();
#endif
@ -431,6 +432,7 @@ void hack::Shutdown()
#if not LAGBOT_MODE
logging::Info("Shutting down killsay...");
hacks::shared::killsay::shutdown();
hacks::shared::dominatesay::shutdown();
hacks::shared::announcer::shutdown();
#endif
logging::Info("Success..");