From 6210d67f7caff9fcf9d4d171430c1a4170000a83 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Tue, 17 Apr 2012 16:19:20 -0700 Subject: Needed for score update --- do.php | 1 + 1 file changed, 1 insertion(+) (limited to 'do.php') diff --git a/do.php b/do.php index 1852e9c..a8ad136 100644 --- a/do.php +++ b/do.php @@ -41,6 +41,7 @@ if ($_GET['r'] == 'getscores') { return; $topscores = topScores($mapID, 30); $json['scores'] = $topscores; + $json['mapid'] = $mapID; $encoded = json_encode($json); die($encoded); } -- cgit v1.2.3