mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
Fix for opcode manager not being set to anything (messes up release builds doh)
This commit is contained in:
@@ -56,6 +56,7 @@ EQ::Net::EQStream::EQStream(EQStreamManager *owner, std::shared_ptr<DaybreakConn
|
||||
{
|
||||
m_owner = owner;
|
||||
m_connection = connection;
|
||||
m_opcode_manager = nullptr;
|
||||
}
|
||||
|
||||
EQ::Net::EQStream::~EQStream()
|
||||
|
||||
Reference in New Issue
Block a user