5 lines
84 B
Lua
5 lines
84 B
Lua
local ok, hardtime = pcall(require, 'hardtime')
|
|
if ok then
|
|
hardtime.setup()
|
|
end
|