send 'Om' to self

This commit is contained in:
Lion Kortlepel
2021-10-26 17:39:59 +02:00
parent 7287fce341
commit 50589fbe3d

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()) + (")")));