mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Make it possible to combine --server --client
This commit is contained in:
@@ -87,7 +87,7 @@ namespace ArchiSteamFarm {
|
||||
}
|
||||
|
||||
internal void StartServer() {
|
||||
if (ServiceHost != null) {
|
||||
if (IsServerRunning) {
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -113,7 +113,7 @@ namespace ArchiSteamFarm {
|
||||
}
|
||||
|
||||
internal void StopServer() {
|
||||
if (ServiceHost == null) {
|
||||
if (!IsServerRunning) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user