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