mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-20 08:54:15 +00:00
Don't spawn web menu thread on emulator
This commit is contained in:
parent
acafa90caa
commit
ef5fb1c1e4
1 changed files with 4 additions and 2 deletions
|
@ -127,5 +127,7 @@ pub fn main() {
|
|||
|
||||
std::thread::spawn(|| unsafe { quick_menu_loop() });
|
||||
|
||||
std::thread::spawn(|| unsafe { web_session_loop() });
|
||||
if is_emulator() {
|
||||
std::thread::spawn(|| unsafe { web_session_loop() });
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue