resolving issue #65
This commit is contained in:
parent
88910d1cb7
commit
98b0033018
@ -539,8 +539,8 @@ thread OnPlayerBanLog( playerid, const Name[ ] )
|
||||
|
||||
for ( new row = 0; row < rows; row ++ )
|
||||
{
|
||||
cache_get_field_content_int( row, "DATE", ban_date );
|
||||
cache_get_field_content_int( row, "EXPIRE", ban_expire );
|
||||
ban_date = cache_get_field_content_int( row, "DATE" );
|
||||
ban_expire = cache_get_field_content_int( row, "EXPIRE" );
|
||||
cache_get_field_content( row, "IP", ban_ip );
|
||||
cache_get_field_content( row, "REASON", ban_reason );
|
||||
cache_get_field_content( row, "BANBY", ban_by );
|
||||
|
Loading…
Reference in New Issue
Block a user