diff options
Diffstat (limited to 'users.h')
-rw-r--r-- | users.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -19,7 +19,8 @@ enum eUserRights UR_STARTREPLAY, UR_SWITCHCHNL, UR_EDITSTIMERS, - UR_DELSTIMERS + UR_DELSTIMERS, + UR_EDITRECS }; // --- cUser -------------------------------------------------------- |