update index to geode-sdk/mods

This commit is contained in:
HJfod 2023-01-24 09:22:55 +02:00
parent be1c290169
commit 0ab93ee0a2

View file

@ -159,7 +159,7 @@ Index::Index() {
std::bind(&Index::onSourceUpdate, this, std::placeholders::_1),
SourceUpdateFilter()
);
this->addSource("geode-sdk/index-test");
this->addSource("geode-sdk/mods");
}
Index* Index::get() {