changed the script to the right name, added some info and removed unnecesary debug

This commit is contained in:
EinBowser
2025-11-01 22:22:58 +01:00
parent ca7d6c8ae0
commit 6676d5844b
2 changed files with 6 additions and 2 deletions
@@ -46,7 +46,6 @@ Singleton {
const value = Number(output)
if (!isNaN(value)) {
root.health = value
console.log("Battery health:", value)
} else {
console.warn("Battery script output invalid:", output)
}