diff --git a/UptimeRestarts/scripting/UptimeRestarts.sp b/UptimeRestarts/scripting/UptimeRestarts.sp index d3f93658..4870b084 100644 --- a/UptimeRestarts/scripting/UptimeRestarts.sp +++ b/UptimeRestarts/scripting/UptimeRestarts.sp @@ -148,7 +148,7 @@ public Action RestartCountdown(Handle timer) if(g_iRestartCountdown < 0) { - LogToFile("addons/sourcemod/configs/restarts/restarts.txt", "Successfully auto-restarted the Server."); + LogToFile("addons/sourcemod/logs/restarts.txt", "Successfully auto-restarted the Server."); ServerCommand("_restart"); return Plugin_Handled; }