mirror of
https://github.com/demostf/cutter.git
synced 2026-06-03 11:54:08 +02:00
fix start
This commit is contained in:
parent
7a481af84e
commit
a3d298d0d6
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ fn skip_start<'a>(
|
|||
if PRESERVE_PACKETS.contains(&packet.packet_type()) {
|
||||
start_packets.push(packet.clone());
|
||||
handler.handle_packet(packet).unwrap();
|
||||
} else {
|
||||
} else if packet.packet_type() != PacketType::ConsoleCmd {
|
||||
if let Packet::Message(message_packet) = &packet {
|
||||
for msg in &message_packet.messages {
|
||||
table_updates.handle_message(&msg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue