aboutsummaryrefslogtreecommitdiff
path: root/server/editor/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/editor/src/main.rs')
-rw-r--r--server/editor/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/editor/src/main.rs b/server/editor/src/main.rs
index 1751b1f5..0f0dcab3 100644
--- a/server/editor/src/main.rs
+++ b/server/editor/src/main.rs
@@ -141,7 +141,7 @@ async fn handle_conn(
minor: VERSION.1,
supports_bincode: false,
});
- state.out.push(PacketC::Data {
+ state.out.push(PacketC::GameData {
data: Box::new(Gamedata {
tile_collide: (0..TILES.len()).map(TileIndex).collect(),
tile_placeable_items: BTreeMap::new(),