mirror of
https://github.com/AsgardEternal/SquadJSDocker.git
synced 2024-12-30 14:09:18 -06:00
Update db-log-addOn.js
This commit is contained in:
parent
bf032ac302
commit
a86eb830e5
@ -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 }
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user