Fix missing database migration
This commit is contained in:
@@ -106,6 +106,12 @@ Login(globalData);
|
||||
import dutyCloth from './Player/dutycloth';
|
||||
dutyCloth(globalData);
|
||||
|
||||
import weaponList from './Player/weaponlist';
|
||||
weaponList(globalData);
|
||||
|
||||
import jailList from './Player/criminalrelease';
|
||||
jailList(globalData);
|
||||
|
||||
import keys from './Player/keys';
|
||||
keys(globalData);
|
||||
|
||||
@@ -140,4 +146,4 @@ import smoothThrottle from './vehiclesync/smoothtrottle';
|
||||
smoothThrottle();
|
||||
|
||||
import vehicleIndicators from './vehiclesync/vehicleindicators';
|
||||
vehicleIndicators();
|
||||
vehicleIndicators();
|
||||
Reference in New Issue
Block a user