mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
Merge branch 'archive' into archive-update-v0.55.2
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user