9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-27 11:09:06 +00:00
This commit is contained in:
CocoTheOwner
2021-08-06 12:14:05 +02:00
parent 6991fa39cc
commit 28b6ed500b

View File

@@ -553,10 +553,6 @@ public class SchemaBuilder {
return "object";
}
if (c.getPackageName().startsWith("org.bukkit.")){
return "object";
}
if (!c.isAnnotationPresent(Desc.class)) {
warnings.addIfMissing("Unsupported Type: " + c.getCanonicalName() + " Did you forget @Desc?");
}