X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/afcbfd1a09e22ff4839ba5db42047c96f355506c..0907aa4037b12b6b88ee24495d4577a064d4f8db:/projects/rscriptd/listener.h?ds=sidebyside diff --git a/projects/rscriptd/listener.h b/projects/rscriptd/listener.h index 22b029b6..7fb71ee3 100644 --- a/projects/rscriptd/listener.h +++ b/projects/rscriptd/listener.h @@ -25,8 +25,8 @@ #include #include #include +#include -#include "stg/os_int.h" #include "stg/blowfish.h" #include "stg/rs_packets.h" #include "stg/logger.h" @@ -105,7 +105,7 @@ private: bool Connect(const UserData & data) const; BLOWFISH_CTX ctxS; - STG_LOGGER & WriteServLog; + STG::Logger& WriteServLog; mutable std::string errorStr; std::string scriptOnConnect;