mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-12-12 20:24:47 +00:00
Changed: Don't create log.log anymore
This commit is contained in:
parent
9193b0b315
commit
9b36b51850
1 changed files with 2 additions and 1 deletions
|
@ -371,7 +371,8 @@ int main(int argc, char **argv)
|
||||||
DisableNLDebug = true;
|
DisableNLDebug = true;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
createDebug();
|
// don't create log.log anymore because client.log is used
|
||||||
|
createDebug(NULL, false);
|
||||||
|
|
||||||
INelContext::getInstance().setWindowedApplication(true);
|
INelContext::getInstance().setWindowedApplication(true);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue