Skip to content

Commit

Permalink
Revert "feat: add SnifferEggBugFix"
Browse files Browse the repository at this point in the history
  • Loading branch information
OEOTYAN authored Aug 26, 2024
1 parent a7b6822 commit 1df146d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 51 deletions.
41 changes: 0 additions & 41 deletions src/bugfix/SnifferEggBugFix.cpp

This file was deleted.

8 changes: 0 additions & 8 deletions src/bugfix/Summary.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,4 @@ struct ChunkSaveBugFix {
ChunkSaveBugFix();
~ChunkSaveBugFix();
};
struct SnifferEggBugFix {
struct Impl;
std::unique_ptr<Impl> impl;

void call(bool);
SnifferEggBugFix();
~SnifferEggBugFix();
};
} // namespace bbf
3 changes: 1 addition & 2 deletions src/core/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@

namespace bbf {
struct Config {
int version = 2;
int version = 1;

struct BugFixes {
ll::reflection::Dispatcher<bool, AllayTeleportBugFix> allay_teleport_bug_fix =
true;
ll::reflection::Dispatcher<bool, BeeBugsFix> bee_bugs_fix = true;
ll::reflection::Dispatcher<bool, ChunkSaveBugFix> chunk_save_bug_fix = true;
ll::reflection::Dispatcher<bool, HopperBugsFix> hopper_bugs_fix = true;
ll::reflection::Dispatcher<bool, SnifferEggBugFix> sniffer_egg_bug_fix = true;
} bugfix{};

struct CmdSetting {
Expand Down

0 comments on commit 1df146d

Please sign in to comment.