Skip to content

Commit

Permalink
Change default crash report email
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Feb 5, 2018
1 parent 15c2d4c commit 516d22c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/xrCore/xrDebug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,8 @@ void xrDebug::SetupExceptionHandler(const bool& dedicated)
#endif
#endif
BT_SetDumpType(minidumpFlags);
// XXX nitrocaster: use some other email?
BT_SetSupportEMail("cop-crash-report@stalker-game.com");
//BT_SetSupportEMail("[email protected]");
BT_SetSupportEMail("openxray@yahoo.com");
}
#endif // USE_BUG_TRAP

Expand Down

0 comments on commit 516d22c

Please sign in to comment.