Abstrct/Schemaverse

Discovered Planet Issue

Abstrct opened this issue · 1 comments

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.

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.