diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/editor.rs | 2 |
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), } } } |
