đŸĸSociety

This code is used to authorize or not x access to X company and for the grades which are authorized to have access to the companies tab

Shared.Societies = {
  'ambulance',
  'burgershot',
  'cardealer',
  'mechanic',
  'police',
  'unemployed',
  'unicorn',
  'weazelnews'
}

Shared.AllowedGradeSocieties = {
  'boss',
  'chief'
}

Shared.Email = "@lifeinvader.ls"

Shared.Email is the value which is after the company label for example for lspd the email will be LSPD@lifeinvader.ls

Last updated