Change Globaldata Interaction -> InMenu, Fix DutyCloth Menu State

This commit is contained in:
VegaZ
2019-05-07 19:19:41 +02:00
parent ae7371efb9
commit 2289a29f10
6 changed files with 79 additions and 73 deletions

View File

@@ -7,7 +7,7 @@
let globalData: GlobalData = {
InTuning: false,
HideGui: false,
Interaction: false,
InMenu: false,
InChat: false,
LoggedIn: false
};