Removed unneeded reflection from ChatComponent implementations

This commit is contained in:
Auxilor
2020-12-22 20:25:26 +00:00
parent bae63f00b8
commit 665fbbf55b
6 changed files with 10 additions and 22 deletions

View File

@@ -21,7 +21,6 @@ public class VectorUtils {
} catch (IllegalArgumentException e) {
return false;
}
return true;
}