mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2026-02-04 09:25:16 +01:00
Grammar + Line Separators
This commit is contained in:
@@ -57,7 +57,7 @@ fn process_watcher() {
|
|||||||
// If it is not, then we assume the game has closed and disable the proxy
|
// If it is not, then we assume the game has closed and disable the proxy
|
||||||
// to prevent any requests from being sent to the game.
|
// to prevent any requests from being sent to the game.
|
||||||
|
|
||||||
// Start in thread so as to not block the main thread.
|
// Start a thread so as to not block the main thread.
|
||||||
thread::spawn(|| {
|
thread::spawn(|| {
|
||||||
let mut s = System::new_all();
|
let mut s = System::new_all();
|
||||||
|
|
||||||
@@ -83,7 +83,7 @@ fn process_watcher() {
|
|||||||
disconnect();
|
disconnect();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
std::thread::sleep(std::time::Duration::from_secs(5));
|
thread::sleep(std::time::Duration::from_secs(5));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user