send 'Om' to self

This commit is contained in:
Lion Kortlepel 2021-10-26 17:39:59 +02:00
parent 7287fce341
commit 50589fbe3d
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

@ -310,7 +310,7 @@ void TServer::ParseVehicle(TClient& c, const std::string& Pckt, TNetwork& Networ
Network.SendToAll(&c, Packet, false, true);
return;
case 'm':
Network.SendToAll(&c, Packet, false, true);
Network.SendToAll(&c, Packet, true, true);
return;
default:
beammp_trace(std::string(("possibly not implemented: '") + Packet + ("' (") + std::to_string(Packet.size()) + (")")));