Skip to content

Commit

Permalink
Remove obsolete light fields from getInfo("lights")
Browse files Browse the repository at this point in the history
  • Loading branch information
kwvanderlinde committed Feb 16, 2023
1 parent c8916fd commit 94bfda0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,6 @@ private JsonObject getCampaignInfo() throws ParserException {
linfo.addProperty("name", ls.getName());
linfo.addProperty("max range", ls.getMaxRange());
linfo.addProperty("type", ls.getType().toString());
linfo.addProperty("shape", ls.getShapeType().toString());
linfo.addProperty("lumens", ls.getLumens());
linfo.addProperty("scale", ls.isScaleWithToken());
// List<Light> lights = new ArrayList<Light>();
// for (Light light : ls.getLightList()) {
Expand Down

0 comments on commit 94bfda0

Please sign in to comment.