removes vip requirement to change hitmarker sounds

This commit is contained in:
Steven Howard 2018-10-12 17:04:19 +01:00
parent bdb45e28d8
commit b74ab57bdf

View File

@ -485,9 +485,6 @@ stock ShowSoundsMenu( playerid )
/* ** Commands ** */
CMD:hitmarker( playerid, params[ ] )
{
if ( p_VIPLevel[ playerid ] < 1 )
return SendError( playerid, "You are not a V.I.P, to become one visit "COL_GREY"donate.sfcnr.com" );
ShowSoundsMenu( playerid );
return 1;
}