From 0dc1f6a8468ee79094b66dd0409ce0b56f01d3e4 Mon Sep 17 00:00:00 2001 From: Anonymous275 <36374260+Anonymous-275@users.noreply.github.com> Date: Wed, 22 Sep 2021 17:29:31 +0300 Subject: [PATCH] small edit --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");