Revert "Merge branch '👺'"

This reverts commit b7feeef350, reversing
changes made to b18c8cbfd6.
This commit is contained in:
Nick Hastings 2024-07-27 10:17:57 -04:00
parent b7feeef350
commit 4cc214e1a6

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) 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()))
{ {