Skip to content

Commit

Permalink
RPTools#4885 hastLightSource will return expected results like 1.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jmr3366 committed Sep 1, 2024
1 parent bd10fbc commit a8b8cba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ public static boolean hasLightSource(Token token, String category, String name)
return true;
}
}
return false;
}
}
if (lightSourcesMap.containsKey(category)) {
Expand Down

0 comments on commit a8b8cba

Please sign in to comment.