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
@@ -66,6 +66,10 @@ void PauseScreen::init()
|
||||
|
||||
for (auto thing : m_buttons)
|
||||
m_buttonTabList.push_back(thing);
|
||||
|
||||
#ifdef __EMSCRIPTEN__
|
||||
m_btnVisible.m_bEnabled = false;
|
||||
#endif
|
||||
}
|
||||
|
||||
void PauseScreen::updateServerVisibilityText()
|
||||
|
||||
Reference in New Issue
Block a user