Project

General

Profile

« Previous | Next » 

Revision 1eafa9c6

Added by Leszek Koltunski about 2 months ago

Fix the detection of the solved state.

View differences:

src/main/java/org/distorted/objectlib/json/JsonWriter.java
436 436
    metadata.put("scrambles"  , meta.numScrambles() );
437 437
    metadata.put("shortname"  , object.getShortName() );
438 438
    metadata.put("resetmaps"  , object.shouldResetTextureMaps() );
439
    metadata.put("num_faces"  , object.getNumFaces() );
439
    metadata.put("num_faces"  , object.getNumPuzzleFaces() );
440 440
    metadata.put("price"      , meta.price() );
441 441
    metadata.put("category"   , meta.getCategory() );
442 442

  

Also available in: Unified diff