Fixed voice icon is now only been showed when loggedin

This commit is contained in:
Zeuto
2019-05-01 19:58:31 +02:00
parent 2d623ab6df
commit f799ce1e0b
3 changed files with 14 additions and 12 deletions

View File

@@ -9,11 +9,11 @@ let globalData: GlobalData = {
HideGui: false,
Interaction: false,
InChat: false,
LoggedIn = false
LoggedIn: false
};
import voice from './Voice/main';
voice();
voice(globalData);
import handMoney from './Gui/handmoney'
handMoney();