Skip to content

Commit

Permalink
Fix donations by adding query execution
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhEugene committed Dec 25, 2023
1 parent 39054e7 commit 8524925
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mods/don_loadout/code/donations/donations.dm
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
GROUP BY ckey
"})

query.Execute()

if(query.NextRow())
var/total = query.item[1]
var/donator_level = DONATION_TIER_NONE
Expand Down

0 comments on commit 8524925

Please sign in to comment.