fix: do not stop world handler in destructor
This commit is contained in:
parent
24b7055136
commit
8ea599ccc6
@ -61,10 +61,7 @@ namespace L2Bot::Domain::Services
|
||||
}
|
||||
}
|
||||
|
||||
virtual ~WorldHandler()
|
||||
{
|
||||
Stop();
|
||||
}
|
||||
virtual ~WorldHandler() = default;
|
||||
|
||||
private:
|
||||
void Send()
|
||||
|
Loading…
Reference in New Issue
Block a user