mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
c864a6d569
Switch vehicleStartingLockState from slider to list Close #6014
12 lines
241 B
C++
12 lines
241 B
C++
class ACE_Settings {
|
|
class GVAR(defaultLockpickStrength) {
|
|
movedToSQF = 1;
|
|
};
|
|
class GVAR(lockVehicleInventory) {
|
|
movedToSQF = 1;
|
|
};
|
|
class GVAR(vehicleStartingLockState) {
|
|
movedToSQF = 1;
|
|
};
|
|
};
|