Update init.lua

master
TheTermos 2019-11-07 20:44:39 +01:00 committed by GitHub
parent 1994d5ebb5
commit 14184826e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -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}