Discovered Planet Issue
Abstrct opened this issue · comments
Josh McDougall commented
Any time a new player discovers a planet found by another player already an error is thrown. This also causes the cron to spam error emails out.
Josh McDougall commented
Issue has been resolved. The discovered planets table was missing a column in the primary key. A check was also added to the discover planets method to make sure a planet was not discovered by the same user.