Sfoglia il codice sorgente

修改拼写错误 (#411)

=> Single Process
xiaohei 3 anni fa
parent
commit
96853fb034

+ 2 - 2
Unity/Assets/Scripts/Editor/ServerCommandLineEditor/ServerCommandLineEditor.cs

@@ -45,7 +45,7 @@ namespace ET
             dotnet = "dotnet";
 #endif
             
-            if (GUILayout.Button("Start Server(Single Srocess)"))
+            if (GUILayout.Button("Start Server(Single Process)"))
             {
                 string arguments = $"App.dll --Process=1 --StartConfig=StartConfig/{this.startConfig} --Console=1";
                 ProcessHelper.Run(dotnet, arguments, "../Bin/");
@@ -63,4 +63,4 @@ namespace ET
             }
         }
     }
-}
+}