소스 검색

修改拼写错误 (#411)

=> Single Process
xiaohei 3 년 전
부모
커밋
96853fb034
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Unity/Assets/Scripts/Editor/ServerCommandLineEditor/ServerCommandLineEditor.cs

+ 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
             }
         }
     }
-}
+}