From 61bd9a30fb33efc3ea569dbbede81d6583db2f44 Mon Sep 17 00:00:00 2001 From: NullBite Date: Tue, 27 Jun 2023 23:01:38 -0400 Subject: [PATCH] Update comments --- script.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/script.lua b/script.lua index f418f51..59b4b13 100644 --- a/script.lua +++ b/script.lua @@ -369,7 +369,6 @@ function setArmor(state) end local snore --- TODO re-enable snoring do local snores={sounds["sounds.snore-1"], sounds["sounds.snore-2"], sounds["sounds.snore-3"]} @@ -634,7 +633,7 @@ function player_init() end sharedstate.init("health", player:getHealth(), health_callback) - -- TODO possibly reconsider if this should be redone + -- TODO set part visibility in avatar.json -- actually it's probably fine, it's jsut here because i forget visibility settings -- local all_parts=util.recurseModelGroup(model)