Merge branch '👺'

This commit is contained in:
Nick Hastings 2024-07-27 01:01:49 -04:00
commit b7feeef350

View File

@ -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)
{
pCtx->StringToLocal(local_addr, bytes, "STEAM_ID_STOP_IGNORING_RETVALS");
pCtx->StringToLocal(local_addr, bytes, "👺");
if ((index < 1) || (index > playerhelpers->GetMaxClients()))
{