s/network/server/

Closes: https://todo.sr.ht/~emersion/gamja/46
This commit is contained in:
Simon Ser 2021-06-03 11:46:50 +02:00
parent 63a71e5f5d
commit fe9c483570
5 changed files with 156 additions and 156 deletions

View file

@ -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) {