Skip to content

Commit

Permalink
Merge branch '👺'
Browse files Browse the repository at this point in the history
  • Loading branch information
psychonic committed Jul 27, 2024
2 parents b18c8cb + b1c8ad8 commit b7feeef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/logic/smn_players.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()))
{
Expand Down

0 comments on commit b7feeef

Please sign in to comment.