aboutsummaryrefslogtreecommitdiff
path: root/server/editor/src/main.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2026-03-13 03:20:46 +0100
committermetamuffin <metamuffin@disroot.org>2026-03-13 03:20:50 +0100
commit5726d34f31d0129d314dc447340b0feb56534060 (patch)
tree4001955680a353ff763afd6d8f5525420c005acf /server/editor/src/main.rs
parent1a55a5d74bb3e57eb6e77286b86a5be559d43589 (diff)
downloadhurrycurry-5726d34f31d0129d314dc447340b0feb56534060.tar
hurrycurry-5726d34f31d0129d314dc447340b0feb56534060.tar.bz2
hurrycurry-5726d34f31d0129d314dc447340b0feb56534060.tar.zst
add server-side voting logic
Diffstat (limited to 'server/editor/src/main.rs')
-rw-r--r--server/editor/src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/editor/src/main.rs b/server/editor/src/main.rs
index 4074463a..8ed66e11 100644
--- a/server/editor/src/main.rs
+++ b/server/editor/src/main.rs
@@ -139,7 +139,6 @@ async fn handle_conn(
state.out.push(PacketC::Version {
major: VERSION.0,
minor: VERSION.1,
- supports_bincode: false,
});
state.out.push(PacketC::GameData(Box::new(Gamedata {
tile_collide: (0..TILES.len()).map(TileIndex).collect(),