mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-23 20:09:46 +03:00
Disable Multiplayer Buttons On WASM
This commit is contained in:
committed by
iProgramInCpp
parent
cc3310b556
commit
af74761c97
@@ -124,6 +124,10 @@ void OptionsScreen::init()
|
||||
m_buttonTabList.push_back(&m_BackButton);
|
||||
|
||||
UpdateTexts();
|
||||
|
||||
#ifdef __EMSCRIPTEN__
|
||||
m_srvVisButton.m_bEnabled = false;
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user