add gfx.weather.get_current, get_current_data, get_fall_intencity
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user