InfectedLan / InfectedCompo

Infecteds compo management system
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Implement that clan chiefs should be able to delete their own clan. #11

Open halvors opened 9 years ago

halvors commented 9 years ago

Implement that clan chiefs should be able to delete their own clan.

This is already implemented in the API, see commit InfectedLan/InfectedAPI@05eb86302be9b0f52f429a1ae21b434d2848d7a9

petterroea commented 9 years ago

The commit will crash. Please don't mess in my code without knowing side effects.

You are deleting clans, but not user->clan references, so anyone who was in the deleted clan will get errrors.

halvors commented 9 years ago

I've taken account for that, but it's not implemented yet, see InfectedLan/InfectedAPI#148