diff options
Diffstat (limited to 'includes/datas.php')
-rw-r--r-- | includes/datas.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/datas.php b/includes/datas.php index 8a50cbb..8711c4a 100644 --- a/includes/datas.php +++ b/includes/datas.php @@ -1062,7 +1062,6 @@ function loadChallengeMapCode($mapIdUnsanitized) } function isCurrentMap($mapID) { - include_once('sqlEmbedded.php'); $sql = "SELECT mapID FROM `mapOfTheDay` WHERE `mapID` = '$mapID' |