mirror of
https://github.com/esiur/esiur-js.git
synced 2025-05-06 12:32:58 +00:00
remoteUsername
This commit is contained in:
parent
c46dfaf58b
commit
48347fa995
@ -670,7 +670,7 @@ export default class DistributedConnection extends IStore {
|
|||||||
|
|
||||||
if (this.instance == null)
|
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;
|
this.ready = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user