diff options
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/editor.rs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/client/editor.rs b/src/client/editor.rs index e030558..14f25ef 100644 --- a/src/client/editor.rs +++ b/src/client/editor.rs @@ -192,8 +192,10 @@ impl Editor { } Cargo::AddMapData(_) => unimplemented!(), Cargo::UpdateMapData(_) => unimplemented!(), - Cargo::ApplyMatrix(_) => unimplemented!(), - Cargo::AddIcon(_) | Cargo::AddRoom(_) | Cargo::AddWall(_) => { + Cargo::AddIcon(_) + | Cargo::AddRoom(_) + | Cargo::AddWall(_) + | Cargo::ApplyMatrix(_) => { error!("Packet is only valid in Client -> Server direction") } } |
