Fix double construction of EQEmuLogSys

This commit is contained in:
Akkadius
2015-01-11 22:41:44 -06:00
parent 855f7ac2a0
commit 3c53d907da
4 changed files with 4 additions and 6 deletions
+1
View File
@@ -96,6 +96,7 @@ static Console::Color LogColors[EQEmuLogSys::MaxLogID] = {
EQEmuLogSys::EQEmuLogSys(){
std::cout << "I AM CONSTRUCTING!!!! LUL " << std::endl;
}
EQEmuLogSys::~EQEmuLogSys(){