Project

General

Profile

« Previous | Next » 

Revision ff377568

Added by Leszek Koltunski 2 months ago

If an object is re-stickered so that there are less colors on its faces than originally - also do not remember those records locally at all.

View differences:

src/main/java/org/distorted/external/RubikScores.java
300 300

  
301 301
    long oldRecord = oldValue.record;
302 302

  
303
    if( oldRecord>record)
303
    if( oldRecord>record )
304 304
      {
305 305
      MapValue value = new MapValue(record,0);
306 306
      mMap.put(key,value);

Also available in: Unified diff