Disable unfinished GUI for now
This commit is contained in:
@@ -62,14 +62,14 @@ function initGUI() {
|
|||||||
initResetPasswordGUI();
|
initResetPasswordGUI();
|
||||||
initChangePasswordGUI();
|
initChangePasswordGUI();
|
||||||
initLocaleChooserGUI();
|
initLocaleChooserGUI();
|
||||||
initInventoryGUI();
|
//initInventoryGUI();
|
||||||
initInventoryBulkGUI();
|
//initInventoryBulkGUI();
|
||||||
//initClanManagerGUI();
|
//initClanManagerGUI();
|
||||||
//initBusinessManagerGUI();
|
//initBusinessManagerGUI();
|
||||||
//initHouseManagerGUI();
|
//initHouseManagerGUI();
|
||||||
initFiveCardPokerGUI();
|
//initFiveCardPokerGUI();
|
||||||
initBettingGUI();
|
//initBettingGUI();
|
||||||
initBlackJackGUI();
|
//initBlackJackGUI();
|
||||||
|
|
||||||
closeAllWindows();
|
closeAllWindows();
|
||||||
guiReady = true;
|
guiReady = true;
|
||||||
@@ -98,11 +98,11 @@ function closeAllWindows() {
|
|||||||
//houseManager.window.shown = false;
|
//houseManager.window.shown = false;
|
||||||
//businessManager.window.shown = false;
|
//businessManager.window.shown = false;
|
||||||
//clanManager.window.shown = false;
|
//clanManager.window.shown = false;
|
||||||
inventoryGUI.window.shown = false;
|
//inventoryGUI.window.shown = false;
|
||||||
inventoryBulkGUI.window.shown = false;
|
//inventoryBulkGUI.window.shown = false;
|
||||||
bettingGUI.window.shown = false;
|
//bettingGUI.window.shown = false;
|
||||||
blackJackGUI.window.shown = false;
|
//blackJackGUI.window.shown = false;
|
||||||
fiveCardPokerGUI.window.shown = false;
|
//fiveCardPokerGUI.window.shown = false;
|
||||||
|
|
||||||
mexui.setInput(false);
|
mexui.setInput(false);
|
||||||
mexui.focusedControl = false;
|
mexui.focusedControl = false;
|
||||||
@@ -183,25 +183,25 @@ function isAnyGUIActive() {
|
|||||||
// return true;
|
// return true;
|
||||||
//}
|
//}
|
||||||
|
|
||||||
if (inventorGUI.window.shown == true) {
|
//if (inventoryGUI.window.shown == true) {
|
||||||
return true;
|
// return true;
|
||||||
}
|
//}
|
||||||
|
|
||||||
if (inventoryBulkGUI.window.shown == true) {
|
//if (inventoryBulkGUI.window.shown == true) {
|
||||||
return true;
|
// return true;
|
||||||
}
|
//}
|
||||||
|
|
||||||
if (bettingGUI.window.shown == true) {
|
//if (bettingGUI.window.shown == true) {
|
||||||
return true;
|
// return true;
|
||||||
}
|
//}
|
||||||
|
|
||||||
if (blackJackGUI.window.shown == true) {
|
//if (blackJackGUI.window.shown == true) {
|
||||||
return true;
|
// return true;
|
||||||
}
|
//}
|
||||||
|
|
||||||
if (fiveCardPokerGUI.window.shown == true) {
|
//if (fiveCardPokerGUI.window.shown == true) {
|
||||||
return true;
|
// return true;
|
||||||
}
|
//}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user