Delete old unnecessary ping records, store player count records in separate table
This commit is contained in:
@ -63,6 +63,9 @@ class ServerRegistration {
|
||||
|
||||
// Append an updated recordData
|
||||
update.recordData = this.recordData
|
||||
|
||||
// Update record in database
|
||||
this._app.database.updatePlayerCountRecord(this.data.ip, resp.players.online, timestamp)
|
||||
}
|
||||
|
||||
if (this.updateFavicon(resp.favicon)) {
|
||||
|
Reference in New Issue
Block a user