fix: player list count, leaderboard stubs
This commit is contained in:
@@ -165,6 +165,6 @@ private:
|
||||
void NotifyPlayerJoined( IQNetPlayer *pQNetPlayer );
|
||||
|
||||
#ifndef _XBOX
|
||||
void FakeLocalPlayerJoined() { NotifyPlayerJoined(m_pIQNet->GetLocalPlayerByUserIndex(0)); }
|
||||
void FakeLocalPlayerJoined() { AddLocalPlayerByUserIndex(0); }
|
||||
#endif
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user