mirror of
https://github.com/AsgardEternal/SquadJSDocker.git
synced 2025-01-02 12:09:20 -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: {
|
{ where: {
|
||||||
leaveTime: {[is]: null},
|
leaveTime: {[is]: null},
|
||||||
server: this.options.overrideServerID || this.server.id,
|
server: this.options.overrideServerID || this.server.id,
|
||||||
player: { [ne]: {[opIn]: playerOnlineID} }
|
player: { [not]: {[opIn]: playerOnlineID} }
|
||||||
} },
|
} },
|
||||||
{ logging: console.log }
|
{ logging: console.log }
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user