Skip to content

Commit

Permalink
fix false config dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MicrocontrollersDev committed Jul 19, 2024
1 parent d947cd8 commit 7efbac1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/org/polyfrost/hytils/config/HytilsConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -1453,10 +1453,6 @@ public HytilsConfig() {
if (!cleanerGameStartAnnouncements) GameStartCompactor.lastMessage = null;
});

addDependency("playerCountBeforePlayerName", "gameStatusRestyle");
addDependency("playerCountOnPlayerLeave", "gameStatusRestyle");
addDependency("padPlayerCount", "gameStatusRestyle");

addDependency("blockNumber", "blockNotify");
addDependency("blockNotifySound", "blockNotify");
addDependency("blockNotifySound", "blockNotify");
Expand Down

0 comments on commit 7efbac1

Please sign in to comment.