Update index.js

This commit is contained in:
Skillet 2023-05-24 19:07:36 -04:00 committed by GitHub
parent d73682bd76
commit a86941ed66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -330,6 +330,7 @@ export default class SquadServer extends EventEmitter {
this.logParser.on('SERVER-MOVE-WARN', async (data) => {
const tsd = data.tse - data.cts;
Logger.verbose('ServerMoveWarn', 1, "tsd value: " + tsd);
if ((tsd < 235) && (tsd > 0)) return;
const outdata = {