OOPS FORGOT THE DEBUG MESSAGES WEW

This commit is contained in:
Tigercat2000
2016-11-11 08:43:26 -08:00
parent e997207d1f
commit 122178591a
-2
View File
@@ -386,9 +386,7 @@
var/DBQuery/query_donor_select = dbcon.NewQuery("SELECT ckey, tier, active FROM `[format_table_name("donators")]` WHERE ckey = '[ckey]'")
query_donor_select.Execute()
while(query_donor_select.NextRow())
log_to_dd("Donor Query Result: [json_encode(query_donor_select.item)]")
if(!text2num(query_donor_select.item[3]))
log_to_dd("Donor inactive, removing benefits.")
// Inactive donator.
donator_level = DONATOR_LEVEL_NONE
return