Skip to content
Snippets Groups Projects
Commit b69f3c6e authored by BuckarooBanzay's avatar BuckarooBanzay
Browse files

add no-op if no sound could be found

parent 0ce02a50
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,8 @@ elseif default_path then
moditems.paper = "default:paper"
moditems.glass = "default:glass"
moditems.dye = "dye:"
else
moditems.sound_glass = function() end
end
mapserver = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment