Skip to content

Commit

Permalink
Remove Loader.isForgeLike
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed May 20, 2024
1 parent 5d2bffe commit 398da14
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/io/github/gaming32/worldhost/Loader.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,4 @@ public enum Loader {
public String toString() {
return lowercase;
}

public boolean isForgeLike() {
return this == FORGE || this == NEOFORGE;
}
}

0 comments on commit 398da14

Please sign in to comment.