Skip to content

Commit adf283e

Browse files
committed
add: online players skin loading logic
1 parent f74d989 commit adf283e

4 files changed

Lines changed: 322 additions & 206 deletions

File tree

src/engine/shared/config_pulse.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ MACRO_CONFIG_INT(ClCrossChatInGameChat, cl_cross_chat_ingame_chat, 1, 0, 1, CFGF
8888
MACRO_CONFIG_INT(ClCrossChatDebug, cl_cross_chat_debug, 0, 0, 1, CFGFLAG_CLIENT | CFGFLAG_SAVE, "Enable CrossChat debug messages")
8989

9090
//pulse server
91-
MACRO_CONFIG_STR(ClSocketNameserver, ntwr_nameserver, 256, "localhost:3000", CFGFLAG_CLIENT | CFGFLAG_SAVE, "Nameserver for websockets") //TODO: actaual nameserver
91+
MACRO_CONFIG_STR(ClSocketNameserver, ntwr_nameserver, 256, "http://localhost:3000", CFGFLAG_CLIENT | CFGFLAG_SAVE, "Nameserver for websockets") //TODO: actaual nameserver

0 commit comments

Comments
 (0)