try fix faction invite

This commit is contained in:
hydrant
2019-05-09 17:07:43 +02:00
parent 2c4b6e364a
commit c18b6b6fad
10 changed files with 57 additions and 17 deletions

View File

@@ -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();