cleanup code

This commit is contained in:
pypy
2020-03-21 13:20:38 +09:00
parent 95216c64a0
commit 0e7a29da37
2 changed files with 4 additions and 4 deletions

View File

@@ -5576,7 +5576,7 @@ CefSharp.BindObjectAsync(
}
if (this.isGameRunning &&
this.lastLocation === L.tag) {
users.push(this.API.currentUser);
users.push(API.currentUser);
}
users.sort(compareByDisplayName);
D.users = users;
@@ -6004,7 +6004,7 @@ CefSharp.BindObjectAsync(
};
instances[instance.id] = instance;
}
instance.users.push(this.API.currentUser);
instance.users.push(API.currentUser);
}
}
var rooms = [];