mirror of
https://github.com/bra1n/townsquare.git
synced 2026-04-19 13:37:31 +00:00
Merge 3cfd38f80b into d9c2b17dc9
This commit is contained in:
commit
64ea3eece0
1 changed files with 1 additions and 1 deletions
|
|
@ -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]);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue