Merge branch 'archive' into archive-update-v0.55.2

This commit is contained in:
Eliot Partridge
2019-10-04 10:31:47 -05:00
24 changed files with 406 additions and 105 deletions
+8
View File
@@ -507,6 +507,14 @@ export class AdminModel {
return this.server.getTimings(server)
.catch(this.handleError);
}
setTimingEnabled(server: string, isEnabled: boolean) {
return this.server.setTimingEnabled(server, isEnabled)
.catch(this.handleError);
}
getWorldPerfStats(server: string) {
return this.server.getWorldPerfStats(server)
.catch(this.handleError);
}
teleportTo(accountId: string) {
return this.server.teleportTo(accountId)
.catch(this.handleError);