UptimeRestarts: change log folder
This commit is contained in:
parent
8f4e24eea8
commit
cf87f7b1f7
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user