mirror of
https://github.com/AsgardEternal/SquadJSDocker.git
synced 2024-12-30 15:19:18 -06:00
Update db-log-addOn.js
This commit is contained in:
parent
29568dcb6f
commit
a88349b1ec
@ -111,7 +111,7 @@ export default class DBLogPlayerTime extends DBLog {
|
||||
{ where: {
|
||||
leaveTime: null,
|
||||
server: this.options.overrideServerID || this.server.id,
|
||||
{ [Op.ne]: { player: playerOnlineID } }
|
||||
[Op.ne]: { player: playerOnlineID }
|
||||
} }
|
||||
{ logging: console.log }
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user