try fix faction invite
This commit is contained in:
@@ -9,7 +9,8 @@ let globalData: GlobalData = {
|
||||
HideGui: false,
|
||||
InMenu: false,
|
||||
InChat: false,
|
||||
LoggedIn: false
|
||||
LoggedIn: false,
|
||||
InInput: false
|
||||
};
|
||||
|
||||
import cityHall from './Gui/cityhall';
|
||||
@@ -25,7 +26,7 @@ import handMoney from './Gui/handmoney'
|
||||
handMoney();
|
||||
|
||||
import business from './Business/main';
|
||||
business();
|
||||
business(globalData);
|
||||
|
||||
import cardealer from './Business/cardealer';
|
||||
cardealer();
|
||||
@@ -55,7 +56,7 @@ import playerList from './Gui/playerlist';
|
||||
playerList();
|
||||
|
||||
import inventory from './Gui/Inventory/inventory';
|
||||
inventory();
|
||||
inventory(globalData);
|
||||
|
||||
import vehicleMenu from './Gui/vehiclemenu/main';
|
||||
vehicleMenu();
|
||||
|
||||
Reference in New Issue
Block a user