Allow for empty icon param in MP.SendNotification

This commit is contained in:
Tixx
2024-11-12 12:35:12 +01:00
parent 976ab68ca3
commit fb2e26bd28
3 changed files with 5 additions and 4 deletions

View File

@@ -253,7 +253,6 @@ void TServer::GlobalParser(const std::weak_ptr<TClient>& Client, std::vector<uin
HandleEvent(*LockedClient, StringPacket);
return;
case 'N':
beammp_trace("got 'N' packet (" + std::to_string(Packet.size()) + ")");
Network.SendToAll(LockedClient.get(), Packet, false, true);
return;
case 'Z': // position packet