remove debug stuff on the redeem code
This commit is contained in:
parent
7ee91d8e6d
commit
bf3a2ba9e5
@ -53,12 +53,6 @@ hook OnScriptInit( )
|
|||||||
TextDrawSetOutline(g_TopDonorTD, 1);
|
TextDrawSetOutline(g_TopDonorTD, 1);
|
||||||
TextDrawSetProportional(g_TopDonorTD, 1);
|
TextDrawSetProportional(g_TopDonorTD, 1);
|
||||||
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
hook OnServerUpdate( )
|
|
||||||
{
|
|
||||||
|
|
||||||
/* ** Update Donation TD ** */
|
/* ** Update Donation TD ** */
|
||||||
UpdateGlobalDonated( );
|
UpdateGlobalDonated( );
|
||||||
return 1;
|
return 1;
|
||||||
@ -202,8 +196,6 @@ thread OnGrabLatestDonor( hidden )
|
|||||||
new
|
new
|
||||||
rows = cache_get_row_count( );
|
rows = cache_get_row_count( );
|
||||||
|
|
||||||
printf( "Rows %d", rows );
|
|
||||||
|
|
||||||
if ( rows )
|
if ( rows )
|
||||||
{
|
{
|
||||||
static
|
static
|
||||||
|
Loading…
Reference in New Issue
Block a user