aboutsummaryrefslogtreecommitdiff
path: root/src/client/editor.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/editor.rs')
-rw-r--r--src/client/editor.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/editor.rs b/src/client/editor.rs
index fb271d4..e030558 100644
--- a/src/client/editor.rs
+++ b/src/client/editor.rs
@@ -192,10 +192,10 @@ impl Editor {
}
Cargo::AddMapData(_) => unimplemented!(),
Cargo::UpdateMapData(_) => unimplemented!(),
+ Cargo::ApplyMatrix(_) => unimplemented!(),
Cargo::AddIcon(_) | Cargo::AddRoom(_) | Cargo::AddWall(_) => {
error!("Packet is only valid in Client -> Server direction")
}
- other => error!("Unknown packet received: {:?}", other),
}
}
}