mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-03-14 02:16:10 +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
|
@ -126,6 +126,8 @@ 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…
Add table
Reference in a new issue