From a913dac1494fa8a8b015644299e8e34acb8a1783 Mon Sep 17 00:00:00 2001 From: fed <58637860+fedddddd@users.noreply.github.com> Date: Tue, 7 Mar 2023 20:05:41 +0100 Subject: [PATCH] Update motd.cpp --- src/client/component/motd.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/client/component/motd.cpp b/src/client/component/motd.cpp index c4904084..c8d9cc8a 100644 --- a/src/client/component/motd.cpp +++ b/src/client/component/motd.cpp @@ -222,7 +222,6 @@ namespace motd marketing.access([&](nlohmann::json& data) { - image_cache.clear(); data.clear(); const auto marketing_data = utils::http::get_data("https://master.fed0001.xyz/h2-mod/marketing.json");