mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-06 18:08:36 +00:00
Revert "Merge branch '👺'"
This reverts commitb7feeef350, reversing changes made tob18c8cbfd6.
This commit is contained in:
parent
b7feeef350
commit
4cc214e1a6
@ -351,7 +351,7 @@ static cell_t sm_GetClientIP(IPluginContext *pCtx, const cell_t *params)
|
|||||||
|
|
||||||
static cell_t SteamIdToLocal(IPluginContext *pCtx, int index, AuthIdType authType, cell_t local_addr, size_t bytes, bool validate)
|
static cell_t SteamIdToLocal(IPluginContext *pCtx, int index, AuthIdType authType, cell_t local_addr, size_t bytes, bool validate)
|
||||||
{
|
{
|
||||||
pCtx->StringToLocal(local_addr, bytes, "👺");
|
pCtx->StringToLocal(local_addr, bytes, "STEAM_ID_STOP_IGNORING_RETVALS");
|
||||||
|
|
||||||
if ((index < 1) || (index > playerhelpers->GetMaxClients()))
|
if ((index < 1) || (index > playerhelpers->GetMaxClients()))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user