This commit is contained in:
Jeff Welder 2026-03-21 22:10:03 -04:00 committed by GitHub
commit 64ea3eece0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -645,7 +645,7 @@ class LiveSession {
this._store.commit("players/update", { player, property, value }); this._store.commit("players/update", { player, property, value });
} }
// update player session list as if this was a ping // update player session list as if this was a ping
this._handlePing([true, value, 0]); this._handlePing([value, 0]);
} }
/** /**