better creative mode checks, fix crash when digging walls in MCL

This commit is contained in:
FaceDeer
2022-08-24 20:41:24 -06:00
parent 464f0f161b
commit 0cd2c9590f
9 changed files with 22 additions and 8 deletions

View File

@ -1,5 +1,15 @@
looped_node_sound = {}
--looped_node_sound.register({
-- node_list = {},
-- sound = <SimpleSoundSpec>,
-- radius = ,
-- cycle_time =,
-- gain_per_node =,
-- max_gain =,
-- max_hear_distance =,
--})
looped_node_sound.register = function(def)
local handles = {}
local timer = 0