@ -9,7 +9,7 @@ sound.play = function(sound_key)
|
||||
text = "There is no sound with key " .. sound_key
|
||||
})
|
||||
else
|
||||
if (sound.counter > 5) then
|
||||
if (sound.counter > 0) then
|
||||
return
|
||||
end
|
||||
sound.counter = sound.counter + 1
|
||||
|
Reference in New Issue
Block a user