| 404 | } |
| 405 | |
| 406 | void showMapXferList(MapClientSession &sess, bool has_location, glm::vec3 &location, QString &name) |
| 407 | { |
| 408 | sess.m_ent->m_is_using_mapmenu = true; |
| 409 | qCDebug(logSlashCommand) << "Showing MapXferList:" << name; |
| 410 | sess.addCommand<MapXferList>(has_location, location, name); |
| 411 | } |
| 412 | |
| 413 | void sendFloatingInfo(MapClientSession &sess, QString &msg, FloatingInfoStyle style, float delay) |
| 414 | { |