Skip to content

Commit

Permalink
tweak & tidy code, re-order sound sets
Browse files Browse the repository at this point in the history
  • Loading branch information
tenplus1 committed Jun 14, 2020
1 parent c5f4d6b commit e545700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ minetest.register_globalstep(function(dtime)

ok = true -- everything starts off ok

-- check set exists
-- check set exists
if set_name ~= nil and not sound_sets[set_name] then

print("[ambience] sound set doesn't exist:", set_name)
Expand Down

0 comments on commit e545700

Please sign in to comment.