mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Fix double construction of EQEmuLogSys
This commit is contained in:
@@ -96,6 +96,7 @@ static Console::Color LogColors[EQEmuLogSys::MaxLogID] = {
|
||||
|
||||
|
||||
EQEmuLogSys::EQEmuLogSys(){
|
||||
std::cout << "I AM CONSTRUCTING!!!! LUL " << std::endl;
|
||||
}
|
||||
|
||||
EQEmuLogSys::~EQEmuLogSys(){
|
||||
|
||||
Reference in New Issue
Block a user