Update db-log-addOn.js

This commit is contained in:
Skillet 2023-03-04 10:33:02 -05:00 committed by GitHub
parent 29568dcb6f
commit a88349b1ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@ export default class DBLogPlayerTime extends DBLog {
{ where: { { where: {
leaveTime: null, leaveTime: null,
server: this.options.overrideServerID || this.server.id, server: this.options.overrideServerID || this.server.id,
{ [Op.ne]: { player: playerOnlineID } } [Op.ne]: { player: playerOnlineID }
} } } }
{ logging: console.log } { logging: console.log }
); );