From c53af0485f38a1f5bd843154eb27357a5c0aed11 Mon Sep 17 00:00:00 2001 From: Arne Dußin Date: Thu, 4 Feb 2021 15:13:39 +0100 Subject: Add matrix transform capabilities back --- src/client/editor.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/client') 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") } } -- cgit v1.2.3-70-g09d2