11 lines
329 B
C++
11 lines
329 B
C++
#include "party.h"
|
|
#include "game_inc.h"
|
|
|
|
void PartyHost_StartPrivateParty_Detour(int localClientNum, int localControllerIndex, bool currentlyActive, int hostType)
|
|
{
|
|
Cbuf_AddText("exec autoexec.cfg");
|
|
|
|
partyhost_startprivateparty.stub<void>(localClientNum, localControllerIndex, currentlyActive, hostType);
|
|
|
|
LoadInventory();
|
|
} |