Revert "Location Sharing"

This reverts commit 70745613e1.
This commit is contained in:
Tsubasahane
2025-12-28 10:54:01 +08:00
parent 70745613e1
commit eeda5aeb66
12 changed files with 6 additions and 224 deletions

View File

@@ -606,8 +606,6 @@ public sealed partial class ApiController : DisposableMediatorSubscriberBase, IL
OnGposeLobbyPushCharacterData((dto) => _ = Client_GposeLobbyPushCharacterData(dto));
OnGposeLobbyPushPoseData((dto, data) => _ = Client_GposeLobbyPushPoseData(dto, data));
OnGposeLobbyPushWorldData((dto, data) => _ = Client_GposeLobbyPushWorldData(dto, data));
OnReciveLocation(dto => _ = Client_SendLocationToClient(dto));
_healthCheckTokenSource?.Cancel();
_healthCheckTokenSource?.Dispose();