Skip to content

Commit 61d7f3e

Browse files
committed
remove repeatable from practice checkpoints
1 parent fa0f924 commit 61d7f3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/UILayer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,14 +279,14 @@ struct $modify(UILayer) {
279279
"Place Checkpoint",
280280
"Place a Checkpoint in Practice Mode",
281281
{ Keybind::create(KEY_Z, Modifier::None), ControllerBind::create(CONTROLLER_X) },
282-
Category::PLAY, true
282+
Category::PLAY, false
283283
});
284284
BindManager::get()->registerBindable({
285285
"robtop.geometry-dash/delete-checkpoint",
286286
"Delete Checkpoint",
287287
"Delete a Checkpoint in Practice Mode",
288288
{ Keybind::create(KEY_X, Modifier::None), ControllerBind::create(CONTROLLER_B) },
289-
Category::PLAY, true
289+
Category::PLAY, false
290290
});
291291

292292
BindManager::get()->registerBindable({

0 commit comments

Comments
 (0)