We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c2d4c commit 516d22cCopy full SHA for 516d22c
src/xrCore/xrDebug.cpp
@@ -378,8 +378,8 @@ void xrDebug::SetupExceptionHandler(const bool& dedicated)
378
#endif
379
380
BT_SetDumpType(minidumpFlags);
381
- // XXX nitrocaster: use some other email?
382
- BT_SetSupportEMail("cop-crash-report@stalker-game.com");
+ //BT_SetSupportEMail("[email protected]");
+ BT_SetSupportEMail("openxray@yahoo.com");
383
}
384
#endif // USE_BUG_TRAP
385
0 commit comments