mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-01-20 01:10:13 +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() });
|
||||
|
||||
if is_emulator() {
|
||||
if !is_emulator() {
|
||||
std::thread::spawn(|| unsafe { web_session_loop() });
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue