summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--includes/datas.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/includes/datas.php b/includes/datas.php
index 8814625..a9f3b3c 100644
--- a/includes/datas.php
+++ b/includes/datas.php
@@ -306,11 +306,12 @@ function getCompletedChallenges($userID, $mapID, $solution, $moves, $paths) {
//$firephp = FirePHP::getInstance(true);
//$firephp->log("In challenges");
- //TODO: !! Get rid of this
+ //TODO: Fix / depreciate this. Re-adapt tutorial
+ // Temporary Hack to complete the tutorial...
// if($mapID <= 10) {
- // if ($mapID == 5 && $moves == 75) {
- // onCompletedTutorial($userID);
- // }
+ if ($mapID == 5 && $moves == 75) {
+ onCompletedTutorial($userID);
+ }
// return;
// }