This commit is contained in:
CortexCore
2024-12-30 21:34:37 +08:00
parent 385220e0f6
commit 421ffc2c15
36 changed files with 41 additions and 40 deletions

View File

@@ -51,7 +51,6 @@ namespace Net.Like.Xue.Tokyo.GameService
if (string.IsNullOrEmpty(portalNode.MapName?.Value) is false)
{
_waitPlayer?.TrySetCanceled();
_waitPlayer = new();
await _gameMapService.StartMapAsync(portalNode.MapName.Value);