diff --git a/cheat-library/src/user/cheat/teleport/CustomTeleports.cpp b/cheat-library/src/user/cheat/teleport/CustomTeleports.cpp index 6d6ee78..1751938 100644 --- a/cheat-library/src/user/cheat/teleport/CustomTeleports.cpp +++ b/cheat-library/src/user/cheat/teleport/CustomTeleports.cpp @@ -227,6 +227,7 @@ namespace cheat::feature else { checkedIndices.insert(index); } + UpdateIndexName(); } ImGui::SameLine(); if (ImGui::Button(("TP##Button" + std::to_string(index)).c_str()))