mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-15 22:34:38 +01:00
update to 8.5.0
This commit is contained in:
@@ -14,11 +14,11 @@ public class QueryDispatchController : ControllerBase
|
||||
{
|
||||
var version = HotfixContainer.ExtractVersionNumber(query.Version);
|
||||
var hotfix_version = query.Version!;
|
||||
if (!ConfigManager.Hotfix.Hotfixes.ContainsKey(hotfix_version))
|
||||
{
|
||||
logger.Warn($"Client sent requesting unsupported game version: {hotfix_version}");
|
||||
return BadRequest();
|
||||
}
|
||||
//if (!ConfigManager.Hotfix.Hotfixes.ContainsKey(hotfix_version))
|
||||
//{
|
||||
// logger.Warn($"Client sent requesting unsupported game version: {hotfix_version}");
|
||||
// return BadRequest();
|
||||
//}
|
||||
|
||||
var response = new QueryDispatchResponse
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user