restore cit stuff

This commit is contained in:
silicons
2021-04-28 07:17:34 -07:00
parent 3f09460b6e
commit d06c33bd8d
2 changed files with 1 additions and 11 deletions
+1 -1
View File
@@ -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';
-10
View File
@@ -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,