Update 'mpd/init.lua'
This commit is contained in:
parent
399dff632d
commit
105dbb396a
1 changed files with 1 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
mpd={}
|
||||
|
||||
|
||||
mpd.pause_between_songs=minetest.settings:get("mpd.pause_between_songs") or 30
|
||||
mpd.pause_between_songs=30
|
||||
|
||||
--end config
|
||||
|
||||
|
@ -208,7 +208,3 @@ minetest.register_chatcommand("mvolume", {
|
|||
end
|
||||
end,
|
||||
})
|
||||
|
||||
if vote then
|
||||
dofile(mpd.modpath..DIR_DELIM.."vote.lua")
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue