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