Adds pref to toggle vchat without 60s wait for linux users (#6980)

This commit is contained in:
Atermonera
2020-04-11 21:50:51 -07:00
committed by VirgoBot
parent 967a417ea1
commit 83c1a512e2
4 changed files with 34 additions and 7 deletions

View File

@@ -248,6 +248,12 @@ var/list/_client_preferences_by_type
description ="Hear In-game Instruments"
key = "SOUND_INSTRUMENT"
/datum/client_preference/vchat_enable
description = "Enable/Disable VChat"
key = "VCHAT_ENABLE"
enabled_description = "Enabled"
disabled_description = "Disabled"
/********************
* Staff Preferences *
********************/