Update db-log-addOn.js

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

View File

@ -165,7 +165,7 @@ export default class DBLogPlayerTime extends DBLog {
console.log(timeNow);
const curPlayer = await this.models.PlayerTimeNew.findAll({
where: {
leaveTime: null,
endTime: null,
serverState: oldState,
server: this.options.overrideServerID || this.server.id
}