1f9319f845
added custom weapdef loading/dumping moved LoadInventory & autoexec back to PartyHost_StartPrivateParty_Detour
9 lines
324 B
C++
9 lines
324 B
C++
#include "mp_init.h"
|
|
#include "game_inc.h"
|
|
|
|
void CG_MainMP_Init_Detour(int localClientNum, int serverMessageNum, int serverCommandSequence, int clientNum, void* hunkUser)
|
|
{
|
|
cg_mainmp_init.stub<void>(localClientNum, serverMessageNum, serverCommandSequence, clientNum, hunkUser);
|
|
|
|
Cbuf_AddText("set cl_textChatEnabled 1");
|
|
} |