mirror of
https://github.com/oshima-studios/OshimaGameModule.git
synced 2025-04-23 04:19:36 +08:00
更新了匿名服务器令牌确认
This commit is contained in:
parent
ce64314516
commit
d26a1ccdd7
@ -70,6 +70,10 @@ namespace Oshima.FunGame.OshimaServers
|
||||
_clientModels.Add(model);
|
||||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
Controller.WriteLine($"{model.GetClientName()} 连接匿名服务器失败,访问令牌不匹配", LogLevel.Warning);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user