Fix GetPlayerUserId uninitialized return in Dota 2 (irc, r=psychonic).
This commit is contained in:
@@ -162,7 +162,7 @@
|
||||
|
||||
inline int GetPlayerUserId(int client)
|
||||
{
|
||||
engine->GetPlayerUserId(client - 1);
|
||||
return engine->GetPlayerUserId(client - 1);
|
||||
}
|
||||
#else
|
||||
inline int GetPlayerUserId(edict_t *pEdict)
|
||||
|
||||
Reference in New Issue
Block a user