Skip to content

Commit

Permalink
fix binary compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Librazy committed Feb 8, 2019
1 parent 675a057 commit 0131db8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/cat/nyaa/nyaacore/CommandReceiver.java
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,9 @@ public static class Arguments {
private int index = 0;
private CommandSender sender;

private Arguments() {
}

private Arguments(CommandSender sender) {
this.sender = sender;
}
Expand Down

0 comments on commit 0131db8

Please sign in to comment.