diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2012-07-17 15:52:00 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2012-07-17 15:52:00 -0700 |
commit | ffeb2a4fdd3b99191019b6717301c5f4c6d89585 (patch) | |
tree | 21d28b0f88ca10ccd46248817e4cd05574ed4e41 | |
parent | 06401cf3806da7ef552507ad75d5c1996850cb97 (diff) | |
download | pathery-ffeb2a4fdd3b99191019b6717301c5f4c6d89585.tar.xz |
Hopefully fixing a rare chance to delay the first moveCount achievement.
-rw-r--r-- | do.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -215,6 +215,7 @@ if ($_GET['r'] == 'getpath') { VALUES ('$userID', '$mapID', '$solution', '$moves')";
mysql_query($sql);
$checkcm = true;
+ $checkcp = true;
}
// --------- APPLY ACHIEVEMENTS
|