Merge branch 'develop' of https://github.com/coreemu/core into develop

This commit is contained in:
Blake Harnden 2019-10-21 09:37:26 -07:00
commit 104ac4cdc7
18 changed files with 124 additions and 188 deletions

View file

@ -1914,4 +1914,4 @@ class Session(object):
utils.mute_detach(data)
else:
node = self.get_node(node_id)
node.node_net_cmd(data, wait=False)
node.cmd(data, wait=False)