File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 5
5
#include " ../popups/SortPopup.hpp"
6
6
#include " ../GeodeStyle.hpp"
7
7
#include " ../ModsLayer.hpp"
8
- #include " ../events/EventWinnerAnimation.hpp"
9
8
10
9
static size_t getDisplayPageSize (ModListSource* src, ModListDisplay display) {
11
10
if (src->isLocalModsOnly () && Mod::get ()->template getSettingValue <bool >(" infinite-local-mods-list" )) {
@@ -265,11 +264,6 @@ bool ModList::init(ModListSource* src, CCSize const& size) {
265
264
auto src = typeinfo_cast<ServerModListSource*>(m_source);
266
265
src && src->getType () == ServerModListType::Modtober24
267
266
) {
268
- // todo: generic system for this for any contest event
269
- if (!Mod::get ()->setSavedValue (" shown-modtober-winner" , true )) {
270
- CCScene::get ()->addChild (EventWinnerAnimation::create ());
271
- }
272
-
273
267
auto menu = CCMenu::create ();
274
268
menu->setID (" modtober-banner" );
275
269
menu->ignoreAnchorPointForPosition (false );
You can’t perform that action at this time.
0 commit comments