Skip to content

Commit

Permalink
Fix thrown
Browse files Browse the repository at this point in the history
  • Loading branch information
entrypointkr committed Jul 22, 2019
1 parent b7708be commit d18f06d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/tk/itstake/chprotocolsupport/Functions.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ public static class get_protocol_data extends ProtocolSupportDependsFunction {
public Class<? extends CREThrowable>[] thrown() {
return new Class[]{
CREInvalidPluginException.class,
CREPlayerOfflineException.class,
CRENotFoundException.class,
CREIllegalArgumentException.class
};
}
Expand Down

0 comments on commit d18f06d

Please sign in to comment.