We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7708be commit d18f06dCopy full SHA for d18f06d
src/main/java/tk/itstake/chprotocolsupport/Functions.java
@@ -106,8 +106,6 @@ public static class get_protocol_data extends ProtocolSupportDependsFunction {
106
public Class<? extends CREThrowable>[] thrown() {
107
return new Class[]{
108
CREInvalidPluginException.class,
109
- CREPlayerOfflineException.class,
110
- CRENotFoundException.class,
111
CREIllegalArgumentException.class
112
};
113
}
0 commit comments