mirror of https://github.com/mpv-player/mpv
skip-logo.lua: remove lua 5.2 warning message
(OK, I tested it.)
This commit is contained in:
parent
d852ad2ae7
commit
d45d4f86e1
|
@ -129,7 +129,6 @@ local function load_config()
|
||||||
setfenv(conf_fn, config)
|
setfenv(conf_fn, config)
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
msg.warn("Lua 5.2 was not tested, this might go wrong.")
|
|
||||||
conf_fn, err = loadfile(conf_file, "t", config)
|
conf_fn, err = loadfile(conf_file, "t", config)
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue