mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-03-18 12:26:11 +00:00
Fix web menu spawn for emulator
This commit is contained in:
parent
afb8427c0d
commit
61d7ace504
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ pub fn main() {
|
||||||
|
|
||||||
std::thread::spawn(|| unsafe { quick_menu_loop() });
|
std::thread::spawn(|| unsafe { quick_menu_loop() });
|
||||||
|
|
||||||
if is_emulator() {
|
if !is_emulator() {
|
||||||
std::thread::spawn(|| unsafe { web_session_loop() });
|
std::thread::spawn(|| unsafe { web_session_loop() });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue