1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-10-03 09:44:26 +00:00

Fix web menu spawn for emulator

This commit is contained in:
jugeeya 2022-10-03 12:42:54 -07:00 committed by GitHub
parent afb8427c0d
commit 61d7ace504
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() });
}
}