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;