Skip to content
Snippets Groups Projects
Verified Commit b46b7724 authored by Adrian Paschkowski's avatar Adrian Paschkowski :thinking:
Browse files

Update agent flags

Admin being the first flag is cool. Hidden will be client-side for now.
parent c5c00416
No related merge requests found
......@@ -3,9 +3,10 @@ import { GraphQLInt } from 'graphql/type';
import { EntryModel } from './entry.model';
export enum AgentFlags {
CATCHABLE = 1 << 0,
ADMIN = 1 << 0,
ANNOUNCER = 1 << 1,
ADMIN = 1 << 2,
HIDDEN = 1 << 2,
CRIMINAL = 1 << 3,
}
@ObjectType('Agent')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment