mirror of
https://github.com/mpv-player/mpv
synced 2025-02-01 20:52:05 +00:00
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)
|
||||
end
|
||||
else
|
||||
msg.warn("Lua 5.2 was not tested, this might go wrong.")
|
||||
conf_fn, err = loadfile(conf_file, "t", config)
|
||||
end
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user