From 5307051e2908e5e8b60f634e30080faefc1a0f34 Mon Sep 17 00:00:00 2001 From: vbawol Date: Tue, 19 Apr 2016 10:48:45 -0500 Subject: [PATCH] remove unused variable --- Server_Install_Pack/@epochhive/epochconfig.hpp | 1 - Sources/epoch_server/init/server_variables.sqf | 1 - 2 files changed, 2 deletions(-) diff --git a/Server_Install_Pack/@epochhive/epochconfig.hpp b/Server_Install_Pack/@epochhive/epochconfig.hpp index 6a3847cd..befcdd93 100644 --- a/Server_Install_Pack/@epochhive/epochconfig.hpp +++ b/Server_Install_Pack/@epochhive/epochconfig.hpp @@ -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. lootMultiplier = 0.5; // 1 = max loot bias. This controls how much loot can payout per Epoch loot container. // 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 ,rain ,fog ,overcast ,wind } events[] = { { 3600, "CarnivalSpawner" }, // SECOND , EVENT diff --git a/Sources/epoch_server/init/server_variables.sqf b/Sources/epoch_server/init/server_variables.sqf index 05a2ca6e..42e9e337 100644 --- a/Sources/epoch_server/init/server_variables.sqf +++ b/Sources/epoch_server/init/server_variables.sqf @@ -32,7 +32,6 @@ _configArray = [ ["StaticDateTime", []], ["timeDifference", 0], ["lootMultiplier", 0.5], - ["WeatherChangeTime", 1200], ["WeatherStaticForecast", []], ["showEarthQuakes", true], ["showShippingContainers", true],