Vehicle Locktime now use string

This commit is contained in:
He-Man 2018-01-08 19:26:11 +01:00
parent 773d863c58
commit 097102c1aa

View File

@ -39,7 +39,7 @@ private _configArray = [
["showSatellites", true],
["showShippingContainers", true],
["cloneCost", 100],
["vehicleLockTime", 1800],
["vehicleLockTime", "1800"],
["antagonistChancePDeath", 0.33],
["taxRate", 0.1],
["starterTraderItems", [[], []]],