no comment

This commit is contained in:
ericrius1 2016-02-08 10:05:05 -08:00
parent 0932df621a
commit 4ab3bd204d

View file

@ -113,7 +113,6 @@ function handleFoundSoundEntities(entities) {
if (soundData && soundData.url) {
//check sound entities list- if it's not in, add it
if (!soundEntityMap[entity]) {
print("NEW SOUND!")
var soundProperties = {
url: soundData.url,
volume: soundData.volume || DEFAULT_SOUND_DATA.volume,