3 lines
112 B
Lua
3 lines
112 B
Lua
require "updateplz.lua"
|
|
if not getCore():isDedicated() then return end
|
|
UpdatePLZ.setRestartDelaySeconds(30 * 60) |