UptimeRestarts: change log folder

This commit is contained in:
Dogan 2019-11-06 19:02:47 +01:00
parent 8f4e24eea8
commit cf87f7b1f7

View File

@ -148,7 +148,7 @@ public Action RestartCountdown(Handle timer)
if(g_iRestartCountdown < 0) 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"); ServerCommand("_restart");
return Plugin_Handled; return Plugin_Handled;
} }