Просмотр исходного кода

Update HttpComponentSystem.cs (#425)

修正错误错别字
dream-young-soul 2 лет назад
Родитель
Сommit
b287bc9cc3

+ 1 - 1
Unity/Assets/Scripts/Codes/Hotfix/Server/Module/Http/HttpComponentSystem.cs

@@ -32,7 +32,7 @@ namespace ET.Server
                 }
                 catch (HttpListenerException e)
                 {
-                    throw new Exception($"请在cmd中运行: netsh http add urlacl url=http://*:你的address中的端口/ user=Everyone, address: {address}", e);
+                    throw new Exception($"请在cmd中运行: netsh http add urlacl url=http://*:你的address中的端口/ user=Everyone, address: {address}", e);
                 }
             }
         }