Fixed another small compile error

This commit is contained in:
WolverinDEV 2021-03-22 20:23:34 +01:00
parent ea0f75756d
commit 968cd7172b
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ using namespace ts;
using namespace ts::server;
extern bool mainThreadActive;
InstanceHandler::InstanceHandler(SqlDataManager *sql) : sql(sql), permission_helper_{this} {
InstanceHandler::InstanceHandler(SqlDataManager *sql) : sql(sql) {
serverInstance = this;
this->general_task_executor_ = std::make_shared<task_executor>(ts::config::threads::ticking, "instance tick ");