mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 20:13:45 +01:00
OOPS FORGOT THE DEBUG MESSAGES WEW
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user