Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
FlafyDev committed Sep 8, 2024
1 parent a5a7bd0 commit 939f2ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
$on_mod(Loaded) {
Mod::get()->addCustomSetting<MultiStringSettingValue>(
"indexes2", Mod::get()
->getSettingDefinition("indexes2")
->get<CustomSetting>()
->json->get<std::vector<std::string>>("default"));
->getSettingDefinition("indexes2")
->get<CustomSetting>()
->json->get<std::vector<std::string>>("default"));
Mod::get()->addCustomSetting<ANClearPPBlacklistSettingValue>("_blacklistPPClear", 0);

AutoNongManager::get()->loadIndexes();
Expand Down

1 comment on commit 939f2ea

@masterthegf50
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@FlafyDev When will the new Auto nong for geode 4.0.0 beta 1 update be released

Please sign in to comment.