Commit Graph
4 Commits
Author SHA1 Message Date
Skyler Lehan a55a1ec476 Fixed an issue with /leavegroup 2016-08-14 22:35:01 -04:00
Skyler Lehan 45942bbf9e Fixed logic for disband and leave group commands. 2016-05-18 18:22:45 -04:00
Skyler Lehan 17b4ac76b5 Hopefully fixed the tabs 2016-05-18 18:19:08 -04:00
Skyler Lehan d8db483fd4 Started on groups NGE-111
GroupEventIntent
- Added the GROUP_LEAVE event to the GroupEventType enum to flag for the leaveGroup command

GameManager
- reenabled the GroupService

GroupService
- added a check for the GROUP_LEAVE event type
- created the method handleGroupLeave which will process a player leaving a group and disband if necessary, currently just stubbed
2016-05-18 17:57:25 -04:00