1
0
mirror of synced 2024-09-24 11:18:22 +02:00

Removed (Now unused) 'grantBonusScratchCars' setting

This commit is contained in:
Damon Murdoch 2022-07-23 02:22:42 +10:00
parent 19ab4474ba
commit 4fa56ae9d0
2 changed files with 0 additions and 5 deletions

View File

@ -5,7 +5,6 @@
"serverIp": "127.0.0.1",
"gameOptions": {
"grantFullTuneTicketToNewUsers": 3,
"grantBonusScratchCars": 0,
"giftCarsFullyTuned": 0,
"scratchEnabled": 1,
"scratchType": 1

View File

@ -18,10 +18,6 @@ export interface UnixOptions {
export interface GameOptions {
// If set to 1, gives the player a random colour for each of the special cars.
// If set to 2, allows the player to pick any of the colours (more cluttered)
grantBonusScratchCars: number;
// If set to 1, all gift cars (i.e. S2000, S660, etc. will be fully tuned.)
// If set to 0, they will be left at their default tune (i.e. stock, basic tune, etc.)
giftCarsFullyTuned: number;