Sokomine / mg_villages

villages for all mapgens (based on Nores mg)
24 stars 14 forks source link

Fixed sounds in nodes #28

Open HeyITGuyFixIt opened 4 years ago

HeyITGuyFixIt commented 4 years ago

The sounds in node definitions were using a function from the default mod, but wasn't calling it, resulting in a game stopping error. The engine expected a table and got a function, so I added parenthesis to each sound so that a table is returned and used for the sound as expected.