Project

General

Profile

« Previous | Next » 

Revision 1fa125c2

Added by Leszek Koltunski over 2 years ago

Add debugging for the case when people submit suspicious records.

View differences:

src/main/java/org/distorted/config/ConfigObjectLibInterface.java
30 30

  
31 31
public class ConfigObjectLibInterface implements ObjectLibInterface
32 32
{
33
  public void onWinEffectFinished(String debug, int scrambleNum) { }
33
  public void onWinEffectFinished(long startTime, long endTime, String debug, int scrambleNum) { }
34 34
  public void onScrambleEffectFinished() { }
35 35
  public void onBeginRotation() { }
36 36
  public void onSolved() { }

Also available in: Unified diff