mirror of
https://github.com/esiur/esiur-js.git
synced 2025-06-26 23:03:13 +00:00
remoteUsername
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user