Skip to content

Commit 516d22c

Browse files
committed
Change default crash report email
1 parent 15c2d4c commit 516d22c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/xrCore/xrDebug.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,8 @@ void xrDebug::SetupExceptionHandler(const bool& dedicated)
378378
#endif
379379
#endif
380380
BT_SetDumpType(minidumpFlags);
381-
// XXX nitrocaster: use some other email?
382-
BT_SetSupportEMail("cop-crash-report@stalker-game.com");
381+
//BT_SetSupportEMail("[email protected]");
382+
BT_SetSupportEMail("openxray@yahoo.com");
383383
}
384384
#endif // USE_BUG_TRAP
385385

0 commit comments

Comments
 (0)