diff --git a/ext/Client/Time.lua b/ext/Client/Time.lua index 3588fb0..1045a20 100644 --- a/ext/Client/Time.lua +++ b/ext/Client/Time.lua @@ -216,10 +216,6 @@ function Time:_OnAddTime(p_StartingTime, p_IsStatic, p_LengthOfDayInSeconds) local s_SkyBrightness = tonumber(l_Object.rawPreset.Sky.BrightnessScale) if l_Object.type == l_Type and s_SunRotationY ~= nil then - -- Check if night mode (moon enabled) - if s_SunRotationY >= 180 then - s_SunRotationY = 360 - s_SunRotationY - end m_Logger:Write(" - " .. tostring(l_ID) .. " (Sun: " .. tostring(s_SunRotationY) .. ")") table.insert(self._SortedDynamicPresetsTable, {l_ID, s_SunRotationY}) end diff --git a/mod.json b/mod.json index 8ffe58b..16cafd8 100644 --- a/mod.json +++ b/mod.json @@ -3,7 +3,7 @@ "Authors": ["Powback", "IllustrisJack", "Lesley", "GreatApo", "FoolHen"], "Description": "Handles VE", "URL": "https://github.com/BF3RM/VEManager", - "Version": "0.5.0", + "Version": "0.5.1", "HasWebUI": false, "HasVeniceEXT": true }