Eden allows you to change group name (left side, in Attributes). This is stored as a CustomAttribute called groupID with an associated expression _this setGroupID [_value];. Because Eden expressions run only on the server, this makes only the server see the new group ID, not any clients/players.
The fix is simple: Change Eden to generate setGroupIDGlobal expressions instead.