1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-21 15:44:23 +00:00

TrackerEdible do not log by default

This commit is contained in:
Steffo 2024-04-19 02:04:35 +02:00
parent 91c4776a33
commit 9e85baa1cb
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -10,5 +10,3 @@ script = ExtResource("1_vmdw6")
[connection signal="body_entered" from="." to="." method="check_diet_then_track"]
[connection signal="body_exited" from="." to="." method="untrack"]
[connection signal="tracked" from="." to="." method="log_tracked"]
[connection signal="untracked" from="." to="." method="log_untracked"]