Intial Commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
require "updateplz.lua"
|
||||
if not getCore():isDedicated() then return end
|
||||
UpdatePLZ.setRestartDelaySeconds(60 * 60)
|
||||
@@ -0,0 +1,4 @@
|
||||
name=Update PLZ (60 minutes)
|
||||
id=UpdatePlz60
|
||||
description=Restart the dedicated server if mods are outdated after 60 minutes
|
||||
require=UpdatePlz
|
||||
@@ -0,0 +1,4 @@
|
||||
name=Update PLZ (60 minutes)
|
||||
id=UpdatePlz60
|
||||
description=Restart the dedicated server if mods are outdated after 60 minutes
|
||||
require=UpdatePlz
|
||||
@@ -0,0 +1,3 @@
|
||||
require "updateplz.lua"
|
||||
if not getCore():isDedicated() then return end
|
||||
UpdatePLZ.setRestartDelaySeconds(60 * 60)
|
||||
@@ -0,0 +1,4 @@
|
||||
name=Update PLZ (60 minutes)
|
||||
id=UpdatePlz60
|
||||
description=Restart the dedicated server if mods are outdated after 60 minutes
|
||||
require=UpdatePlz
|
||||
Reference in New Issue
Block a user