From 14184826e9b31b60defed4ae874ec003365be1dc Mon Sep 17 00:00:00 2001 From: TheTermos <55103816+TheTermos@users.noreply.github.com> Date: Thu, 7 Nov 2019 20:44:39 +0100 Subject: [PATCH] Update init.lua --- init.lua | 7 ------- 1 file changed, 7 deletions(-) diff --git a/init.lua b/init.lua index 0267668..09ffa86 100644 --- a/init.lua +++ b/init.lua @@ -420,13 +420,6 @@ function mobkit.animate(self,anim) end end ---[[ -function mobkit.make_sound(self,sound) - if self.sounds and self.sounds[sound] then - minetest.sound_play(self.sounds[sound], {object=self.object}) - end -end --]] - function mobkit.make_sound(self, sound) local spec = self.sounds and self.sounds[sound] local param_table = {object=self.object}