From f823628fcd25b0fa9e96f992fb93274ae3bd643c Mon Sep 17 00:00:00 2001 From: BuckarooBanzay Date: Mon, 16 Aug 2021 21:24:38 +0200 Subject: [PATCH] add eof line in sounds.lua --- sounds.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sounds.lua b/sounds.lua index 669cd78..24e9902 100644 --- a/sounds.lua +++ b/sounds.lua @@ -45,4 +45,4 @@ function moreblocks.node_sound_leaves_defaults() -- default game return default.node_sound_leaves_defaults() end -end \ No newline at end of file +end