Skip to content

Commit d18f06d

Browse files
committed
Fix thrown
1 parent b7708be commit d18f06d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/tk/itstake/chprotocolsupport/Functions.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ public static class get_protocol_data extends ProtocolSupportDependsFunction {
106106
public Class<? extends CREThrowable>[] thrown() {
107107
return new Class[]{
108108
CREInvalidPluginException.class,
109-
CREPlayerOfflineException.class,
110-
CRENotFoundException.class,
111109
CREIllegalArgumentException.class
112110
};
113111
}

0 commit comments

Comments
 (0)