diff --git a/SneakySalamander.json b/SneakySalamander.json
index a80b250ec64f6e2069ada08c6bfad8340d00130e..ed07a7d17bb9b3d086b3530c22dd5adbb934e576 100644
--- a/SneakySalamander.json
+++ b/SneakySalamander.json
@@ -36727,7 +36727,6 @@
                       "comment": "If the player collides with the checkpoint object and it is not active this will trigger"
                     },
                     {
-                      "folded": true,
                       "type": "BuiltinCommonInstructions::Standard",
                       "conditions": [
                         {
@@ -36790,45 +36789,6 @@
                         }
                       ],
                       "events": [
-                        {
-                          "type": "BuiltinCommonInstructions::Comment",
-                          "color": {
-                            "b": 109,
-                            "g": 230,
-                            "r": 255,
-                            "textB": 0,
-                            "textG": 0,
-                            "textR": 0
-                          },
-                          "comment": "Reset all checkpoints. \"Pick all\" is required because the collision condition only picks the checkpoint touching the player."
-                        },
-                        {
-                          "type": "BuiltinCommonInstructions::Standard",
-                          "conditions": [
-                            {
-                              "type": {
-                                "value": "AjoutObjConcern"
-                              },
-                              "parameters": [
-                                "",
-                                "Checkpoint"
-                              ]
-                            }
-                          ],
-                          "actions": [
-                            {
-                              "type": {
-                                "value": "AnimatableCapability::AnimatableBehavior::SetName"
-                              },
-                              "parameters": [
-                                "Checkpoint",
-                                "Animation",
-                                "=",
-                                "\"Inactive\""
-                              ]
-                            }
-                          ]
-                        },
                         {
                           "type": "BuiltinCommonInstructions::Comment",
                           "color": {