diff options
author | Riley <riley@e926.de> | 2022-05-11 11:08:31 +0200 |
---|---|---|
committer | Riley <riley@e926.de> | 2022-05-11 11:08:31 +0200 |
commit | ee21f6171742192ebb8130fa1f5ebddfd90c107a (patch) | |
tree | db9a51b894efba2802c785ffca8411fc722ba36c | |
parent | ad8ab4e145d2cf6680545ceae5dd737a47c1cbbb (diff) |
Deleted "this"
-rw-r--r-- | activeobject.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activeobject.go b/activeobject.go index 28b84d8..48141ce 100644 --- a/activeobject.go +++ b/activeobject.go @@ -13,7 +13,6 @@ func (sc *ServerConn) swapAOID(ao *mt.AOID) { } func (sc *ServerConn) handleAOMsg(aoMsg mt.AOMsg) { - switch msg := aoMsg.(type) { case *mt.AOCmdAttach: sc.swapAOID(&msg.Attach.ParentID) |