remove unused variable

This commit is contained in:
vbawol 2016-04-19 10:48:45 -05:00
parent 7b3c926787
commit 5307051e29
2 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@ timeDifference = 0; // Server uses real time this will allow you to offset just
timeMultiplier = 4; // Sets a time multiplier for in-game time. The command range is now capped at 0.1 - 120 to avoid performance problems. timeMultiplier = 4; // Sets a time multiplier for in-game time. The command range is now capped at 0.1 - 120 to avoid performance problems.
lootMultiplier = 0.5; // 1 = max loot bias. This controls how much loot can payout per Epoch loot container. lootMultiplier = 0.5; // 1 = max loot bias. This controls how much loot can payout per Epoch loot container.
// Events // Events
WeatherChangeTime = 1200; // This controls how fast the weather changes as well as how fast shipping containers and earthquakes happen.
WeatherStaticForecast[] = {}; // Default: {75.5,0,{0,0,0},0,{1,1}}; // Clear day; {19,1,{1,1,40},1,{5,5}}; // Cold Foggy Rainy Overcast Windy; Format: {temp <scalar>,rain <scalar>,fog <array>,overcast <scalar>,wind <array>} WeatherStaticForecast[] = {}; // Default: {75.5,0,{0,0,0},0,{1,1}}; // Clear day; {19,1,{1,1,40},1,{5,5}}; // Cold Foggy Rainy Overcast Windy; Format: {temp <scalar>,rain <scalar>,fog <array>,overcast <scalar>,wind <array>}
events[] = { events[] = {
{ 3600, "CarnivalSpawner" }, // SECOND <scalar>, EVENT <string> { 3600, "CarnivalSpawner" }, // SECOND <scalar>, EVENT <string>

View File

@ -32,7 +32,6 @@ _configArray = [
["StaticDateTime", []], ["StaticDateTime", []],
["timeDifference", 0], ["timeDifference", 0],
["lootMultiplier", 0.5], ["lootMultiplier", 0.5],
["WeatherChangeTime", 1200],
["WeatherStaticForecast", []], ["WeatherStaticForecast", []],
["showEarthQuakes", true], ["showEarthQuakes", true],
["showShippingContainers", true], ["showShippingContainers", true],