Skip to content

Commit

Permalink
Nothing important
Browse files Browse the repository at this point in the history
  • Loading branch information
tanyaofei committed Aug 16, 2024
1 parent ffb2575 commit 2b41398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

public class NMSBridgeImpl implements NMSBridge {

private final static Set<String> SUPPORTS = Set.of("1.20.3", "1.20.4");
private final static Set<String> SUPPORTS = Set.of("1.20.4");

@Override
public @NotNull NMSEntity fromEntity(@NotNull Entity entity) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

public class NMSBridgeImpl implements NMSBridge {

private final static Set<String> SUPPORTS = Set.of("1.20.5", "1.20.6");
private final static Set<String> SUPPORTS = Set.of("1.20.6");

@Override
public @NotNull NMSEntity fromEntity(@NotNull Entity entity) {
Expand Down

0 comments on commit 2b41398

Please sign in to comment.