small edit

This commit is contained in:
Anonymous275
2021-09-22 17:29:31 +03:00
parent 1820ed8671
commit 0dc1f6a846

View File

@@ -21,7 +21,7 @@ TSentry Sentry {};
int main(int argc, char** argv) {
#ifdef WIN32
watchdog_init("watchdog_crash.log", R"(C:\Users\Anonymous\Documents\GitHub\BeamMP-Server\RelWithDebInfo)");
watchdog_init("watchdog_crash.log", nullptr);
#endif
try {
setlocale(LC_ALL, "C");