restore cit stuff
This commit is contained in:
@@ -11,7 +11,7 @@ export const IMPL_LOCAL_STORAGE = 1;
|
||||
export const IMPL_INDEXED_DB = 2;
|
||||
|
||||
const INDEXED_DB_VERSION = 1;
|
||||
const INDEXED_DB_NAME = 'tgui';
|
||||
const INDEXED_DB_NAME = 'tgui-citadel-main';
|
||||
const INDEXED_DB_STORE_NAME = 'storage-v1';
|
||||
|
||||
const READ_ONLY = 'readonly';
|
||||
|
||||
@@ -75,16 +75,6 @@ export const RADIO_CHANNELS = [
|
||||
freq: 1217,
|
||||
color: '#3434fd',
|
||||
},
|
||||
{
|
||||
name: 'Green Team',
|
||||
freq: 1219,
|
||||
color: '#34fd34',
|
||||
},
|
||||
{
|
||||
name: 'Yellow Team',
|
||||
freq: 1221,
|
||||
color: '#d1ba22',
|
||||
},
|
||||
{
|
||||
name: 'CentCom',
|
||||
freq: 1337,
|
||||
|
||||
Reference in New Issue
Block a user