Skip to content

Commit

Permalink
add no-op if no sound could be found
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Jan 11, 2021
1 parent 0ce02a5 commit b69f3c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit b69f3c6

Please sign in to comment.