Skip to content

Commit

Permalink
Fixed enum component requiring two >
Browse files Browse the repository at this point in the history
  • Loading branch information
LatvianModder committed Oct 23, 2024
1 parent 0010d8e commit fabaff1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ public record EnumComponent<T extends Enum<T> & StringRepresentable>(String cust
reader.expect('<');
reader.skipWhitespace();
var cname = reader.readStringUntil('>').trim();
reader.expect('>');

try {
if (cname == null) {
Expand Down

0 comments on commit fabaff1

Please sign in to comment.