Update db-log-addOn.js

This commit is contained in:
Skillet 2023-03-06 10:34:36 -05:00 committed by GitHub
parent bf032ac302
commit a86eb830e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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