diff --git a/src/main.cpp b/src/main.cpp index de97bd8..db8a51e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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");