Skip to content

Commit

Permalink
BRUBB
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen3H committed Jul 27, 2024
1 parent acdc54f commit acd7dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/updater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ async function updateLastSeen() {
if (!op['timesVanished']) op['timesVanished'] = 0
if (seen && !seen.online) op['timesVanished']++

op['timesVanished'] = now
op['timestamp'] = now

lastSeenPlayers.set(op.name, op as SeenPlayer)
}
Expand Down

0 comments on commit acd7dbe

Please sign in to comment.