Typo fix
This commit is contained in:
parent
fc49cca074
commit
80345dd7f5
@ -422,7 +422,7 @@ thread OnPlayerUnbanIP( playerid, irc, address[ ] )
|
||||
}
|
||||
else
|
||||
{
|
||||
DCC_SendChannelMessageFormatted( discordLogChan, "**Command Success:** IP %s has been un-banned from the server.", address );
|
||||
DCC_SendChannelMessageFormatted( discordLogChan, "**[DISCORD LOG]** IP %s has been un-banned from the server.", address );
|
||||
}
|
||||
format( szNormalString, sizeof( szNormalString ), "DELETE FROM `BANS` WHERE `IP` = '%s'", mysql_escape( address ) );
|
||||
mysql_single_query( szNormalString );
|
||||
|
Loading…
Reference in New Issue
Block a user