aboutsummaryrefslogtreecommitdiffstats
path: root/craftmine.php
diff options
context:
space:
mode:
Diffstat (limited to 'craftmine.php')
-rw-r--r--craftmine.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/craftmine.php b/craftmine.php
index c5f09be..869c83a 100644
--- a/craftmine.php
+++ b/craftmine.php
@@ -35,7 +35,7 @@ if (!isset($_POST["op"])) {
$op = $_POST["op"];
switch($op) {
case "withdrawMine": withdrawMine(); break;
- case "getCraftMine": sendMine(); break;
+ case "getCraftMine": sendCraftMine(); break;
case "buildShop": buildShop(); break;
case "buyItem": buyItem(); break;
default: reportBadRequest();