Skip to content

Commit

Permalink
1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toxicity188 committed Nov 1, 2024
1 parent 52e73be commit 1ea015a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/main/java/kr/toxicity/command/BetterCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ public BetterCommand(@NotNull File dataFolder, @NotNull ComponentSerializer<Comp
addSerializer(Byte.class, ClassSerializers.BYTE);
addSerializer(Character.class, ClassSerializers.CHARACTER);
addSerializer(Boolean.class, ClassSerializers.BOOLEAN);

reload();
}

public <T> @NotNull BetterCommand addSerializer(@NotNull Class<T> clazz, ClassSerializer<? extends T> serializer) {
Expand Down

0 comments on commit 1ea015a

Please sign in to comment.