mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
This commit is contained in:
parent
c8bacab417
commit
6c98b11c13
@ -171,5 +171,11 @@ export default function(request: websocket.request, connection: websocket.connec
|
||||
});
|
||||
|
||||
publishOthelloGameStream(gameId, 'set', log);
|
||||
|
||||
if (o.isEnded) {
|
||||
publishOthelloGameStream(gameId, 'ended', {
|
||||
winner_id: winner
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user