ok that was pretty dumb
This commit is contained in:
parent
06fbf8f203
commit
2db1c80a0c
@ -46,6 +46,7 @@
|
||||
#include "Misc.hpp"
|
||||
#include "Trigger.hpp"
|
||||
#include "KillSay.hpp"
|
||||
#include "DominateSay.hpp"
|
||||
#include "UberSpam.hpp"
|
||||
#include "Achievement.hpp"
|
||||
#endif
|
||||
|
@ -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..");
|
||||
|
Reference in New Issue
Block a user