Fixed voice icon is now only been showed when loggedin
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user