From 48347fa995af0fbfbe9af3c798300fb2e20ecf9d Mon Sep 17 00:00:00 2001 From: Esiur Project Date: Mon, 26 Jun 2023 21:30:52 +0300 Subject: [PATCH] remoteUsername --- src/Net/IIP/DistributedConnection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Net/IIP/DistributedConnection.js b/src/Net/IIP/DistributedConnection.js index f092c78..eb41dcf 100644 --- a/src/Net/IIP/DistributedConnection.js +++ b/src/Net/IIP/DistributedConnection.js @@ -670,7 +670,7 @@ export default class DistributedConnection extends IStore { if (this.instance == null) { - Warehouse.put(this.remoteUsername.replaceAll("/", "_"), this, null, this.server).then(x => + Warehouse.put(authPacket.remoteUsername.replaceAll("/", "_"), this, null, this.server).then(x => { this.ready = true;