Update db-log-addOn.js

This commit is contained in:
Skillet 2023-03-11 21:47:57 -05:00 committed by GitHub
parent 94cdb37e63
commit b18ea8b223
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,6 +170,7 @@ export default class DBLogPlayerTime extends DBLog {
server: this.options.overrideServerID || this.server.id
}
});
console.log(curPlayer);
await this.models.PlayerTimeNew.update(
{ endTime: timeNow },
{