diff options
Diffstat (limited to 'server/editor/src/main.rs')
| -rw-r--r-- | server/editor/src/main.rs | 1 |
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(), |