From 105dbb396a05c2225aca49a7f86e4dcbd57caad2 Mon Sep 17 00:00:00 2001 From: Milan2018 Date: Tue, 27 Apr 2021 21:01:49 +0200 Subject: [PATCH] Update 'mpd/init.lua' --- mpd/init.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/mpd/init.lua b/mpd/init.lua index f9cc4fe..0e3068c 100644 --- a/mpd/init.lua +++ b/mpd/init.lua @@ -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