Add status update to resign.
This commit is contained in:
parent
379d5493ee
commit
523b1c30a5
@ -479,7 +479,10 @@ pub async fn thread_system(mut app:App, bus:Bus<protocol::QRPacket>)
|
|||||||
|
|
||||||
session.game.process(&play).ok();
|
session.game.process(&play).ok();
|
||||||
app.filesystem.session_history_push(session.id, play).ok();
|
app.filesystem.session_history_push(session.id, play).ok();
|
||||||
|
|
||||||
|
send_user_status.push(session.p_dawn.user);
|
||||||
|
send_user_status.push(session.p_dusk.user);
|
||||||
|
|
||||||
for (cid, _) in session.get_connections() {
|
for (cid, _) in session.get_connections() {
|
||||||
packets.push(QRPacket::new(
|
packets.push(QRPacket::new(
|
||||||
cid,
|
cid,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user