Skip to content

Commit 1ea6cdb

Browse files
committed
add: config variable
1 parent 85f3da7 commit 1ea6cdb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/engine/shared/config_pulse.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ MACRO_CONFIG_INT(ClAntiRQ, cl_anti_rq_mode, 0, 0, 1, CFGFLAG_CLIENT | CFGFLAG_SA
8888
//Chat
8989
MACRO_CONFIG_INT(ClCrossChatAutoConnect, cl_cross_chat_autoconnect, 1, 0, 1, CFGFLAG_CLIENT | CFGFLAG_SAVE, "Automatically connect to CrossChat on startup")
9090
MACRO_CONFIG_INT(ClCrossChatInGameChat, cl_cross_chat_ingame_chat , 1, 0, 1, CFGFLAG_CLIENT | CFGFLAG_SAVE, "Enable CrossChat integration with in-game chat")
91+
MACRO_CONFIG_INT(ClUseignSkin, cl_use_ign_skin ,1, 0, 1, CFGFLAG_CLIENT | CFGFLAG_SAVE, "Use skin in-game CrossChat messages")
92+
9193

9294
//pulse server
9395
MACRO_CONFIG_STR(ClSocketNameserver, ntwr_nameserver, 256, "localhost:3000", CFGFLAG_CLIENT | CFGFLAG_SAVE, "Nameserver for websockets")//TODO: actaual nameserver

0 commit comments

Comments
 (0)