| 121 | } |
| 122 | |
| 123 | void TeleportDialog::tick(float) { |
| 124 | if (!m_client->worldClient()->playerCanReachEntity(m_sourceEntityId)) |
| 125 | dismiss(); |
| 126 | } |
| 127 | |
| 128 | void TeleportDialog::selectDestination() { |
| 129 | auto destList = fetchChild<ListWidget>("bookmarkList.bookmarkItemList"); |
nothing calls this directly
no test coverage detected