diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-03-13 18:04:04 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-03-13 18:04:04 +0100 |
| commit | 0b1fbcf11a0e019d152726e0a40b18b95a97e601 (patch) | |
| tree | 46e53b9a11da024f0ed9bec913dd5457851980f3 /server/protocol/src | |
| parent | 6c3bbc12c9c07e64c6719b260ce8c2371c0c27a0 (diff) | |
| download | hurrycurry-0b1fbcf11a0e019d152726e0a40b18b95a97e601.tar hurrycurry-0b1fbcf11a0e019d152726e0a40b18b95a97e601.tar.bz2 hurrycurry-0b1fbcf11a0e019d152726e0a40b18b95a97e601.tar.zst | |
send vote timeout and remove ballot when players leave
Diffstat (limited to 'server/protocol/src')
| -rw-r--r-- | server/protocol/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/protocol/src/lib.rs b/server/protocol/src/lib.rs index 903f707a..6d299497 100644 --- a/server/protocol/src/lib.rs +++ b/server/protocol/src/lib.rs @@ -327,6 +327,7 @@ pub enum PacketC { initiated_by: PlayerID, subject: VoteSubject, message: Message, + timeout: f32, }, VoteUpdated { total: usize, |