| 2197 | } |
| 2198 | |
| 2199 | void WorldClient::connectWire(WireConnection const& output, WireConnection const& input) { |
| 2200 | m_outgoingPackets.append(make_shared<ConnectWirePacket>(output, input)); |
| 2201 | } |
| 2202 | |
| 2203 | bool WorldClient::sendSecretBroadcast(StringView broadcast, bool raw, bool compress) { |
| 2204 | if (!inWorld() || !m_mainPlayer || !m_mainPlayer->getSecretPropertyView(SECRET_BROADCAST_PUBLIC_KEY)) |