diff options
Diffstat (limited to 'inc/craftmine.inc')
-rw-r--r-- | inc/craftmine.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/craftmine.inc b/inc/craftmine.inc index a30538c..33a28d7 100644 --- a/inc/craftmine.inc +++ b/inc/craftmine.inc @@ -7,6 +7,7 @@ function sendCraftMine() { $data = array("gold" => sendMine(), "shop" => sendShop(), "inventory" => Inventory::sendContent(), + "miners" => sendMiners() ); echo json_encode($data); } |