aboutsummaryrefslogtreecommitdiffstats
path: root/craftmine.php
diff options
context:
space:
mode:
Diffstat (limited to 'craftmine.php')
-rw-r--r--craftmine.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/craftmine.php b/craftmine.php
index 4cd6b00..72817cc 100644
--- a/craftmine.php
+++ b/craftmine.php
@@ -43,6 +43,8 @@ switch($op) {
case "buildShop": buildShop(); break;
case "buyItem": buyItem(); break;
case "buildDungeon" : buildDungeon(); break;
+ case "launchDungeon" : launchDungeon(); break;
+ case "exitDungeon" : exitDungeon(); break;
default: reportBadRequest();
}