| 94 | } |
| 95 | |
| 96 | bool PlayerUniverseMap::removeTeleportBookmark(TeleportBookmark const& bookmark) { |
| 97 | return m_universeMaps[*m_serverUuid].teleportBookmarks.remove(bookmark); |
| 98 | } |
| 99 | |
| 100 | void PlayerUniverseMap::invalidateWarpAction(WarpAction const& warpAction) { |
| 101 | if (auto warpToWorld = warpAction.maybe<WarpToWorld>()) |
no test coverage detected