Changed: Don't create log.log anymore

This commit is contained in:
kervala 2015-12-28 18:12:45 +01:00
parent fdeee6622b
commit a13d92c87a

View file

@ -371,7 +371,8 @@ int main(int argc, char **argv)
DisableNLDebug = true;
#endif
createDebug();
// don't create log.log anymore because client.log is used
createDebug(NULL, false);
INelContext::getInstance().setWindowedApplication(true);