From 2db1c80a0cfd0261bc8e98ffb0797386dbd7d3bc Mon Sep 17 00:00:00 2001 From: surepy <24486494+surepy@users.noreply.github.com> Date: Tue, 30 Oct 2018 19:38:07 -0400 Subject: [PATCH] ok that was pretty dumb --- include/hacks/hacklist.hpp | 1 + src/hack.cpp | 2 ++ 2 files changed, 3 insertions(+) diff --git a/include/hacks/hacklist.hpp b/include/hacks/hacklist.hpp index 1c360aaa..9a3031d8 100755 --- a/include/hacks/hacklist.hpp +++ b/include/hacks/hacklist.hpp @@ -46,6 +46,7 @@ #include "Misc.hpp" #include "Trigger.hpp" #include "KillSay.hpp" +#include "DominateSay.hpp" #include "UberSpam.hpp" #include "Achievement.hpp" #endif diff --git a/src/hack.cpp b/src/hack.cpp index 308f14bd..dd78b5d3 100644 --- a/src/hack.cpp +++ b/src/hack.cpp @@ -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..");