Skip to content

Commit

Permalink
引数の消し忘れを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
Arisa9006 committed Nov 25, 2024
1 parent 5457ea5 commit c2d3aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/dev/felnull/Data/GroupData.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public GroupData (@NotNull String groupName,@NotNull Set<Player> playerList,@Not
this.storageData = storageData;
}

public GroupData (@NotNull String groupName,@NotNull Player player, boolean isPrivate, StorageData storageData) {
public GroupData (@NotNull String groupName,@NotNull Player player, StorageData storageData) {
this.groupName = groupName;

//引数で得たプレイヤーをメンバに追加してowner権限を付与する
Expand Down

0 comments on commit c2d3aae

Please sign in to comment.