mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Oops, wrong delivery time check!
This commit is contained in:
parent
2815df8203
commit
308a1ac563
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ class TTCodeRedemptionMgrAI(DistributedObjectAI):
|
|||
count = 0
|
||||
|
||||
for item in items:
|
||||
if item.getDeliveryTime() < 1:
|
||||
if item.getDeliveryTime() > 0:
|
||||
count += 1
|
||||
|
||||
return count
|
||||
|
|
Loading…
Reference in a new issue