mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 06:48:04 +03:00
Revert "Update meta_api.cpp (#883)"
This reverts commit 7cb045c688b4774fc6502e01ab7049216e5d3359.
This commit is contained in:
parent
70d1aff519
commit
8db3853fb7
@ -1021,7 +1021,7 @@ void C_ClientUserInfoChanged_Post(edict_t *pEntity, char *infobuffer)
|
||||
if (pPlayer->ingame)
|
||||
{
|
||||
pPlayer->name =name; // Make sure player have name up to date
|
||||
} else if (pEntity && pEntity->pvPrivateData && pPlayer->IsBot()) {
|
||||
} else if (pPlayer->IsBot()) {
|
||||
pPlayer->Connect(name, "127.0.0.1"/*CVAR_GET_STRING("net_address")*/);
|
||||
|
||||
executeForwards(FF_ClientConnect, static_cast<cell>(pPlayer->index));
|
||||
|
Loading…
x
Reference in New Issue
Block a user