diff --git a/app/Library/Moons/MoonCalc.php b/app/Library/Moons/MoonCalc.php index 51f74fa32..8cc0e1893 100644 --- a/app/Library/Moons/MoonCalc.php +++ b/app/Library/Moons/MoonCalc.php @@ -245,6 +245,7 @@ class MoonCalc { //Strip the prefix from the ore name if it has one. //Then change the ore id if necessary $tempName = explode(' ', $oreName); + dd($tempName); if(sizeof($tempName) == 1) { $finalName = $tempName[0]; } else {