From 3f60bdadac1a02e1109148bbbe5a8a3545f13849 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Thu, 17 Apr 2025 16:16:51 -0500 Subject: Move login state to the ECS (#213) * use packet handlers code for login custom_query * initial broken implementation for ecs-only login * fixes * run Update schedule 60 times per second and delete code related to run_schedule_sender * fix tests * fix online-mode * reply to query packets in a separate system and make it easier for plugins to disable individual replies * remove unused imports --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4ea64850..18a97422 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,6 +81,7 @@ indexmap = "2.9.0" paste = "1.0.15" compact_str = "0.9.0" crc32fast = "1.4.2" +async-compat = "0.2.4" # --- Profile Settings --- -- cgit v1.2.3