FarseerTeam / Farseer

MIT License
2 stars 8 forks source link

User should not be able to add or edit worlds with duplicate names #37

Closed ndubetz closed 8 years ago

ndubetz commented 8 years ago

If a user tries to add a new world, or edit a world, that has the same name as a world that already exists, do not add the world and display an alert to the user explaining what happened.

crazyDiamond commented 8 years ago

I've started working on this.

crazyDiamond commented 8 years ago

@vreynolds PR #48 was merged previously and addressed this issue. Issue can be closed.