diff --git a/loader/src/ui/mods/list/ModList.cpp b/loader/src/ui/mods/list/ModList.cpp index 503cfef1f..e5a94e1d8 100644 --- a/loader/src/ui/mods/list/ModList.cpp +++ b/loader/src/ui/mods/list/ModList.cpp @@ -5,7 +5,6 @@ #include "../popups/SortPopup.hpp" #include "../GeodeStyle.hpp" #include "../ModsLayer.hpp" -#include "../events/EventWinnerAnimation.hpp" static size_t getDisplayPageSize(ModListSource* src, ModListDisplay display) { if (src->isLocalModsOnly() && Mod::get()->template getSettingValue("infinite-local-mods-list")) { @@ -265,11 +264,6 @@ bool ModList::init(ModListSource* src, CCSize const& size) { auto src = typeinfo_cast(m_source); src && src->getType() == ServerModListType::Modtober24 ) { - // todo: generic system for this for any contest event - if (!Mod::get()->setSavedValue("shown-modtober-winner", true)) { - CCScene::get()->addChild(EventWinnerAnimation::create()); - } - auto menu = CCMenu::create(); menu->setID("modtober-banner"); menu->ignoreAnchorPointForPosition(false);