更新了匿名服务器令牌确认

This commit is contained in:
milimoe 2025-01-17 01:10:43 +08:00
parent ce64314516
commit d26a1ccdd7
Signed by: milimoe
GPG Key ID: 05D280912DA6C69E

View File

@ -70,6 +70,10 @@ namespace Oshima.FunGame.OshimaServers
_clientModels.Add(model);
return true;
}
else
{
Controller.WriteLine($"{model.GetClientName()} 连接匿名服务器失败,访问令牌不匹配", LogLevel.Warning);
}
return false;
}