add gfx.weather.get_current, get_current_data, get_fall_intencity

This commit is contained in:
MihailRis
2025-02-28 05:23:29 +03:00
parent 4d5b450145
commit a152237f26
3 changed files with 40 additions and 3 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ console.add_command(
return "weather preset not found"
end
local preset = json.parse(file.read(filename))
gfx.weather.change(preset, args[2])
gfx.weather.change(preset, args[2], args[1])
return "weather set to "..filename.." preset ("..tostring(args[2]).." s)"
end
)