parent
63a71e5f5d
commit
fe9c483570
5 changed files with 156 additions and 156 deletions
|
@ -6,7 +6,7 @@ function getActiveClient(app) {
|
|||
if (!buf) {
|
||||
throw new Error("Not connected to server");
|
||||
}
|
||||
return app.clients.get(buf.network);
|
||||
return app.clients.get(buf.server);
|
||||
}
|
||||
|
||||
function getActiveChannel(app) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue